Very nice! Will this work with complex forms I already have built on my site, or do I need to create the form with special code/markup for it to work properly?
I created this tool to make it easy to create Bootstrap Form HTML. Drag and drop form fields, preview the results, or copy the HTML code. It is built using Django and crispy forms. The forms you create can (but don't have to) be processed using my start-up's form processing service (in free beta).
font chooser is broken on latest stable chrome on OS X. I actually made something similar to this a few years ago before jotforms got huge, and mine never really took off, so if you could find your niche then that'd be great!
Thanks for the feedback. Will look into the font chooser. EDIT: Font chooser should be working now.
Yes, to have us process the form you need to POST to our server and add the formden.js to the page. The JavaScript is there to repopulate the form and show validation errors if the POST is rejected.
Thanks for the comment. .form-horizontal is currently possible via Settings -> Label Orientation -> Horizontal. I can see how you missed it. It's a challenge to try to make the UI intuitive. I do still need to add .form-inline at some point.