1 (edited by Dr.Jeckyl 2005-09-30 11:16)

Topic: suggest a free web based form builder...

with lots of options and the ability to export to a txt file or display results as a html page. i'm no good at building them myself from scratch or with dreamweaver either so the easier the builder the better.

thanks in advance.

~James
FluxBB - Less is more

2 (edited by Raybo 2005-10-02 13:04)

Re: suggest a free web based form builder...

Dr. Jeckyl,

Try out "phpForm 2.0".  It is a php based solution, and can be found on SourceForge, or Hotlinks.

http://sourceforge.net/projects/phpformgen/

It should do well for most of your requirements.  Essentially, it allows you to set up any number of fields you wish to implement, pick the kind of form objects which will be used [drop down menus, text fields, sql, date fields, email, textarea, etc], and once you get things set up, and do a build, it creates all the php files for you.  It also creates a admin side to your forms, as well as provides validation too.

HTH