Advanced Module - Every view is wrapped in a form tag

edited December 2013 in Modules
So, I'm trying to migrate to Fuel 1.0.. but it seems like before the Actions is a form tag with an id of "form".. it also closes after my view.. Is it one form per page now??? I liked being able to add my own forms and specify where they submit to.. Is there more information about this??

Comments

  • edited 11:18PM
    That is correct that there is now just one form being used. You will have to either use javascript to change the action or if you are using your own controller, you can pass in a form_action value.
Sign In or Register to comment.