PHP/HTML Form Generator

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

PHP/HTML Form Generator

Post by JakeJ »

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!
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: PHP/HTML Form Generator

Post by alex.barylski »

1. Zend
2. HTML_QuickForm
jagdish kothapalle
Forum Newbie
Posts: 1
Joined: Sat Apr 17, 2010 1:15 am

Re: PHP/HTML Form Generator

Post by jagdish kothapalle »

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.
CliveRush
Forum Newbie
Posts: 7
Joined: Tue Apr 13, 2010 1:50 am
Location: California
Contact:

Re: PHP/HTML Form Generator

Post by CliveRush »

Hello,

I need to know how to make a form generator through Php/html . Can anyone help me.
Do Reply

Thanks
Clive Rush
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: PHP/HTML Form Generator

Post by JakeJ »

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.
Post Reply