Any good tools/libraries to build user-defined HTML forms?

3 points by trusko ↗ HN
I am looking for utility that would let user define HTML forms with different fields - drop downs, text field etc.

Ideally user would drag and drop different HTML inputs and maybe define choices etc. I can't find anything that would really work for me.

Thanks a lot,

Tomas

5 comments

[ 2.5 ms ] story [ 24.4 ms ] thread
I'm not sure if this is what you're looking for, but formtastic is a great ruby gem for handling the formatting end
I am using Django, but I will have a loot at it anyway. Thanks.