1
What is the best way to add a form with a validator on XOOPS 2.0.6?
What I want is the following:
1. one menu item listed in the Main Menu
2. when clicked that menu item opens a form of my own design
(within the XOOPS site, just as the Contact Us or Edit Profile forms)
3. when submitted, a validator is run and error messages are displayed if errors, and a confirmation is displayed if all is checked (again, within the XOOPS site).
What is the best approach to this? I have no problem writing
the form or the validator, but I need help with integrating all this into xoops. Also, is there a generic form validator library that comes with xoops?
Thanks much,
Ray