Welcome Guest, Not a member yet? Register   Sign In
Using form helper? Is there a way to modify the DOM?
#5

The DOM doesn't really exist server-side, until the page is rendered in the browser it's really just a string of text. You need to render your form at the correct point of the markup, either using a variable as indicated above or by creating a view for the form and using the form helper functions directly there.
Reply


Messages In This Thread
RE: Using form helper? Is there a way to modify the DOM? - by ojmichael - 09-22-2020, 12:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB