Best way to render form in public controller?
We are using Fuel mainly as a framework for a custom application and would like to leverage the Form Builder class to render a series of complex forms on the public side of the site. Do you have any example code for what is needed to get this to work?
Comments
http://docs.getfuelcms.com/general/forms
If you want to look at the code, the fuel/modules/fuel/controllers/module.php file uses it in a few spots.
Also, there is also an advanced forms module you can install that makes it easier to create custom front end forms (you can even create them in the CMS):
http://docs.getfuelcms.com/modules/forms
https://github.com/daylightstudio/FUEL-CMS-Forms-Module