This post was originally published on Codementor.
With the rise of static sites, developers need a service that could handle forms. Static website...
For further actions, you may consider blocking this person and/or reporting abuse
Very cool, I didn't know about this one. I'll give it a look.
I always use Netlify for hosting, and their forms package is built-in and free up to 100 submissions.
Netlify forms is a way to go, for sure. But they are lacking some features, like client-side validation.
I was looking for this... Thanks 😊
I am glad to hear that. Good luck!
What if "some user" deletes rules attributes by dev tools?
Hi Nikolay, im Miguel Co-Founder of Kwes.
The rules are synced server side on page load. So if someone tries to delete any rules via devtools, it will not affect the form in anyway since the rules were already synced and saved server-side every time the form is loaded. Same goes for the number of fields, the type attribute, etc. this means it also prevents people from injecting fake fields via devtools as well. Any of those changes via devtools are ignored by Kwes.
I am not sure how to prevent users/devs from messing around with dev tools. If you find out how, let me know. ✌
Very cool thanks
Nice and easy option!
Do you know any library witch directly sends an email with logged information on the Contact-Us page?
What do you mean? Could you explain, please?