TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Simple Bootstrap 3 Form Builder

39 点作者 peedy超过 11 年前

10 条评论

rjknight超过 11 年前
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 未加载
antihero超过 11 年前
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?
5vforest超过 11 年前
(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 未加载
anupshinde超过 11 年前
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>
kanakiyajay超过 11 年前
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 未加载
tjbiddle超过 11 年前
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!
deweller超过 11 年前
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_s超过 11 年前
Repo: <a href="https://github.com/webnotes/bootstrap-form-builder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;webnotes&#x2F;bootstrap-form-builder</a>
Hawkee超过 11 年前
Pretty neat, but where is the textarea?
wehadfun超过 11 年前
Would like to be able to edit the labels without messing with the HTML.