Hacker News new | ask | show | jobs
by DevoAKA 4691 days ago
A couple things I noticed:

- 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.

- The email input is validated with the type="email" HTML5 attribute. If you write something that doesn't pass, the notification appears (about) 400px above the form. If you write something that does pass, technically, such as "abc@abc", it is returned, by FormCraft, as invalid.

- It would be nice if the input button was clickable, although I can see that this would be more of a Bootstrap thing.

- I'm not sure how I feel about that Budget sliders reading "0-0" and, once clicked on, reading completely different numbers. If there is a minimum, why not show it?

2 comments

- Validation is done on the back-end. It must have been slow because of the traffic from HN :) (note to self: move to VPS)

- Will look into it

- Yes, a lot of people have pointed this out. I never thought about it. Will make this change.

- Will fix this

is there any way bugs can be reported in a structured way? would be really helpful to further push this plugin, as the idea is awesome!
Thanks! I am thoroughly reading through all the comments. You can also shoot me an email nish [at] ncrafts.net