I need a good form generator. I'm developing in PHP and MySQL and I need a good form wizard to create my forms, do data validation etc. I know there is stuff out there and I can find it on Google but I want a couple of recommendations from experience.
Send me links. Thanks!
PHP/HTML Form Generator
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: PHP/HTML Form Generator
1. Zend
2. HTML_QuickForm
2. HTML_QuickForm
-
jagdish kothapalle
- Forum Newbie
- Posts: 1
- Joined: Sat Apr 17, 2010 1:15 am
Re: PHP/HTML Form Generator
http://phpform.org/
The wizard generates a zip file with html , css among other required files.
You can improvise your php and mysql code upon the html file generated.
The wizard generates a zip file with html , css among other required files.
You can improvise your php and mysql code upon the html file generated.
Re: PHP/HTML Form Generator
Hello,
I need to know how to make a form generator through Php/html . Can anyone help me.
Do Reply
Thanks
Clive Rush
I need to know how to make a form generator through Php/html . Can anyone help me.
Do Reply
Thanks
Clive Rush
Re: PHP/HTML Form Generator
That's a bit much to try to explain in a forum. I suggest taking a look at HTML_Quickform to see how it's constructed and go from there.