any open source PHP form builders out there?

Phil

New member
Hi guys,

I'm making a CMS for a friend (please don't say use a pre built one - its a project I set out to do) and I am looking for an open source form builder(generator).

I'd prefer it to be in PHP as this would make for easy customization and JavaScript (or AJAX) in the builder would be nice as it would make it more user-friendly when making the forms but not necisary.

It should spit out the html code for the form so the user can copy and paste it into the page they want the form to be on - again, this would be customizable if it was a PHP generated form.

I am very confident in editing any PHP scripts as I am building this CMS from scratch in PHP and have had allot of experience with PHP - this is just a subject that I am stumped on and can't figure out where to begin creating it so decided on using a pre built one.

Many thanks in advance!

PS: Please don't leave useless comments like "Use Drupal or Wordpress or Joomla". Theres a reason I did not use these which is that I wanted to make a CMS not use someone elses CMS.
EDIT: Forgot to add, it needs to be email AND database based. MySQL database if the type is needed.
 
Back
Top