I'm looking around for an open source form building package for PHP, and figured the hive-mob-mind of StackOverflow might be able to tilt me in the right direction.

Specifically, I'm looking for a form/survey builder application. I want something that lets an end user use a web based GUI to create and configure/surveys and web-based forms.

What are the de-facto standard tools/packages that people use for this kind of thing these days. I'm interested in software packages, not in hosted services.

link|improve this question

feedback

6 Answers

up vote 1 down vote accepted

I don't know of a stand-alone package, but I know some CMS solutions have this. Maybe you could look into their code base and if it's modulare use it in your project.

One I know of that uses it is WebSiteBaker. Don't know if the code is any good thoug.

link|improve this answer
Yeah, I'm looking to create something for a in-house CMS. I'd like to start with some generic clean code and build off that. Good info though. – Alan Storm Aug 20 '09 at 18:36
feedback

php-form-builder-class is an open-source project hosted on Google's Project Hosting service - http://code.google.com/p/php-form-builder-class/. There are many examples included to get you started quickly. I don't believe there is currently a GUI provided for end users to build forms though. I use this in my development and would recommend.

link|improve this answer
feedback

I think you want something with a GUI that your users can use to make forms...

Try this..

http://blog.sonuku.com/2009/04/11/php-formbuilder/

-FT

link|improve this answer
feedback

Apponitro pForm is the only thing I've ever seen with a GUI. You still have to paste the code into your page (and write the handler). They have a paid version MachForm with more features. I've never used them so I can't make any recommendations.

link|improve this answer
feedback

I am looking also, best I have found is limesurvey.org

link|improve this answer
feedback

maybe you find the ReinHTML Dialog Designer http://www.ReinHTML.eu useful. It is an interactive online tool with free access to create HTML forms (planned: to generate server-side PHP code to fill/read/process the form).

Generated HTML forms do not depend on Javascript.

Gerald

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.