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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A New Category of Web Forms

41 点作者 nish1500将近 12 年前

12 条评论

nobodysfool将近 12 年前
I tried every day in August before realizing that no date in August would work. An &#x27;x&#x27; or something or changing the icon to a cancel icon might have worked better. Also the calendar icon did absolutely nothing when clicking on it. Same thing with the email icon.<p>Sliders for inputting numbers? As my only option for inputting numbers? No thanks!
评论 #6190011 未加载
评论 #6189276 未加载
DevoAKA将近 12 年前
A couple things I noticed:<p>- Validation is very slow. It was averaging out to about 5s per submission. This should be able to be done almost instantly on the front-end.<p>- The email input is validated with the type=&quot;email&quot; HTML5 attribute. If you write something that doesn&#x27;t pass, the notification appears (about) 400px above the form. If you write something that does pass, technically, such as &quot;abc@abc&quot;, it is returned, by FormCraft, as invalid.<p>- It would be nice if the input button was clickable, although I can see that this would be more of a Bootstrap thing.<p>- I&#x27;m not sure how I feel about that Budget sliders reading &quot;0-0&quot; and, once clicked on, reading completely different numbers. If there is a minimum, why not show it?
评论 #6190018 未加载
评论 #6188685 未加载
julien421将近 12 年前
FYI when I click on &quot;Try the form builder&quot; I get a 500 internal server error<p><pre><code> Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@ncrafts.net and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache Server at ncrafts.net Port 80</code></pre>
评论 #6188237 未加载
computer将近 12 年前
There&#x27;s no fallback for browsers that do not support javascript or have it disabled. That&#x27;s annoying for users of special devices, NoScript, but likely also people who are blind and use screenreaders, for example.<p>Accessibility deserves <i>at least</i> to be an afterthought.
评论 #6189994 未加载
评论 #6192251 未加载
peter-fogg将近 12 年前
I&#x27;ve got a bit of a gripe with the &quot;Job Application&quot; form. Asynchronous saves aren&#x27;t really intuitive to a lot of users -- if you&#x27;re a web developer who understands AJAX (and the fact that there&#x27;s a server with a database actually storing the data somewhere), then it makes sense. But if you&#x27;re an average person who doesn&#x27;t immediately know the mechanism it can be confusing. At work I recently converted a portion of our UI from this style of saving to an explicit model specifically to avoid this problem.
评论 #6190039 未加载
hexasquid将近 12 年前
How about indicating that a day is not available before I click on it?
kaptk3将近 12 年前
Wish something like this existed standalone. Not tied to wordpress.
评论 #6189247 未加载
acoyfellow将近 12 年前
Very cool. I like how it works, but I&#x27;d love to know how it converted compared to other types of forms. Simply some A&#x2F;B testing would do the trick, no?<p>It reminds me of the credit card form someone posted here, and the discussion that followed.
评论 #6188155 未加载
apedley将近 12 年前
Great concept. One issue with the dynamically appearing forms is you don&#x27;t know how long they will go on for. This will lead to people abandoning the form even though they may be 1 step away from completion.
评论 #6190022 未加载
Kiro将近 12 年前
Doesn&#x27;t work on my smartphone (Android stock browser).
评论 #6189052 未加载
ww520将近 12 年前
This is very cool. Good idea and good design. I wish my forms are as pretty. Good work and keep it up.
评论 #6190041 未加载
ivanbrussik将近 12 年前
holy cow, this is so cool. yes a few problems but i LOVE it
评论 #6190055 未加载