Can anyone point the way to a form-builder written in PHP? The basic idea is that I'd like to find a tool that allows an authorized user to build a form and publish it on their site.
Ideally, the form would handle the construction of appropriate data structures to store the data (I'm thinking MySQL tables) and would also allow the user to specify javascript and/or php input validation.
Does any such tool exist? I've seen a form builder for Drupal but it is dated June 22, 2006 and has a big warning: "This project is not yet ready for use in a production environment." I've posted this same question on their forums with no response yet.
I've also seen super-primitive wordpress form builders but they are not really any good.
I'm open to pretty much anything here. Raw PHP. Joomla. Drupal. whatever. Any suggestions would be most welcome.