5 ms·
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 f
by DevoAKA 13y 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?
- wusatiuk 13y agois 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!
- nish1500 13y agoThanks! I am thoroughly reading through all the comments. You can also shoot me an email nish [at] ncrafts.net
- nish1500 13y ago- 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