What are people using for html form generation?
There is a similar question from 2009 which mentions Wufoo and F开发者_开发百科ormAssembly services. Are there any other services you would recommend for generating html forms?
I simply want to generate the code for the forms (some with a lot of fields) for my php application. I don't want a hosted solution or anything such as those mentioned above. What do you use for this tedious process?
Thanks.
You could check out Zend_Form
. It generates HTML for you but you have to write quite a lot of php - with the reward of contained validation rules and decoration (container elements etc).
Or are you looking for a solution that let's you use a GUI to generate the form? In that case Wufoo seems like a good choice, I guess.
Just found what I was looking for. Must be newly indexed because it didn't turn up in my search the first time. In case anyone else is looking for something similar:
http://www.phpform.org/
精彩评论