Show HN: Bootstrap Form Builder
formden.com
Show HN: Bootstrap Form Builder
1–10 of 10 posts
Re: Show HN: Bootstrap Form Builder
#2I'd love to get some feedback!
Re: Show HN: Bootstrap Form Builder
#3I 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). I'd love to get some feedback!
One thing, this is kind of confusing:
Use the form builder below, or POST your own form to https://formden.com/post/abc123/ and add formden.js to your webpage.
Do I need to set up the action of the form to POST to your server AND include the javascript?
Re: Show HN: Bootstrap Form Builder
#4Re: Show HN: Bootstrap Form Builder
#5Re: Show HN: Bootstrap Form Builder
#6I 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). I'd love to get some feedback!
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! One thing, this is kind of confusing: Use the form builder below, or POST your own form to https://formden.com/post/abc123/ and add formden.js to your webpage. Do I need to set up the action of…
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.
Re: Show HN: Bootstrap Form Builder
#7http://getbootstrap.com/css/#forms
Just a thought! Nice work.
Re: Show HN: Bootstrap Form Builder
#8You should build-in support for other Bootstrap form layouts, such as ".form-horizontal". http://getbootstrap.com/css/#forms Just a thought! Nice work.
Re: Show HN: Bootstrap Form Builder
#9Re: Show HN: Bootstrap Form Builder
#10Very 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?
The form builder itself is specifically for creating Bootstrap-compatible HTML forms.