FUEL-CMS-Forms-Module

edited March 2017 in Modules
after i installed this module, the admin page installed two function 1)Forms 2) Entries
and i had created a new form but how to check it in view ?

such as localhost:8888/XXXX/forms ? its return 404 Page Not Found

Where is the path ?

Comments

  • edited 4:04AM
    Did you include code in your view file to include the form and have you configured it in the fuel/application/forms.php file?
    <?=form('my_form')?>
  • edited 4:04AM
    Hi Admin
    thank you so much!
    it works well
Sign In or Register to comment.