TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Simple Bootstrap 3 Form Builder

39 pointsby peedyover 11 years ago

10 comments

rjknightover 11 years ago
This is great, although a small part of me can't help but remember that we used to be able to do this kind of thing in Visual Basic in the early 90s (and I don't doubt that someone will trump me with an example from a decade earlier at least). Plus ça change, plus c'est la même chose, I guess.
评论 #6452342 未加载
antiheroover 11 years ago
Seems pretty cool - one thing I&#x27;ve been really wanting is a way to build up forms from within JavaScript (perhaps cached? Who knows...)<p>Basically I&#x27;m currently serving AngularJS partials using Django&#x27;s templating, simply because django-crispy-forms (with some patches) can generate perfect bootstrap&#x2F;foundation forms for me. It would be nice to move to perfectly flat templates, but having to copy&#x2F;paste form elements just seems ludicrous.<p>There&#x27;s also the added benefit that Django&#x27;s forms (and Django REST&#x27;s serializers) greatly simplify dealing with data gotten from HTTP requests, but still.<p>How do other people work with forms in their client-side apps?
5vforestover 11 years ago
(Shameless plug)<p>My version of the same thing: <a href="https://github.com/dobtco/formbuilder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dobtco&#x2F;formbuilder</a>
评论 #6452723 未加载
anupshindeover 11 years ago
Similar for Bootstrap 2 --&gt; <a href="http://demos.anupshinde.com/form-builder-part2/index.html" rel="nofollow">http:&#x2F;&#x2F;demos.anupshinde.com&#x2F;form-builder-part2&#x2F;index.html</a>
kanakiyajayover 11 years ago
Similar -&gt; Bootstrap 3 Grid Builder <a href="http://jaykanakiya.com/bootstrap-grid-builder/" rel="nofollow">http:&#x2F;&#x2F;jaykanakiya.com&#x2F;bootstrap-grid-builder&#x2F;</a>
评论 #6451672 未加载
tjbiddleover 11 years ago
Great job! Looking forward to other similar tools that people will be posting here - My FED skills are just horrendous, even with Bootstrap. Thanks for sharing!
dewellerover 11 years ago
Nice proof of concept.<p>One bug I noticed: Accidentally clicking the submit button when trying to drag it will submit a form and cause you to lose your work.
评论 #6451217 未加载
j_sover 11 years ago
Repo: <a href="https://github.com/webnotes/bootstrap-form-builder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;webnotes&#x2F;bootstrap-form-builder</a>
Hawkeeover 11 years ago
Pretty neat, but where is the textarea?
wehadfunover 11 years ago
Would like to be able to edit the labels without messing with the HTML.