Hi everyone! I’m pretty new to the static site generators scene, and have a few questions for you guys:
What do you use when you need contact/feedback forms on your websites?
Is the improved security of static sites an important benefit to you?
The reason I’m asking is because I’ve recently launched a service (formtide.com) that handles form submissions for static sites. I’d appreciate it if you could take a look and give some constructive criticism regarding any suggestions or problems you see with the product (I’m trying to improve my communication about the product, and static site creators seem to be the best customers around).
I apologize if this isn’t a good place to post something like this, my only goal is to get some feedback to help me improve.
Interesting. What is the benefit against other existing services like the free Formspree? Your pricing seems high to me so there must be a great benefit.
Some of the primary benefits that many similar services don’t offer would include form validation and Zapier integration.
With validation, you can set requirements for your input fields to prevent invalid data and spam. If you’d like, you can also use Javascript to display error message directly alongside your form fields. You may also configure reCAPTCHA to prevent bots.
With Zapier integration, you can set it up to perform actions in many other applications/services upon submission, for example:
I haven’t used any of these form services; I’ve always just used App Engine, Lambda, or back in the day a PHP script, etc., so I can’t really comment on the features. That said, I’m a bit put off by the pricing model…
Have you thought about introducing a free pricing tier for very small projects (maybe a single form with 100 submissions/month, or even fewer)? For a work project I would really only be willing to test something like this with a very low volume form, at least at first, but I’m not a big fan of the idea of rewriting working code just because a trial period expires if I decide I don’t like it enough to use it for other forms.
Another thing that may help is offering free service for open-source and non-profits, maybe with a requirement that you have to add a “Powered by Formtide” somewhere, like Algolia has for search. That could be good advertising; I know I learned about Algolia because it’s used on fontawesome.io…
FWIW, I like the idea of configuring validation once and having it verified on both the client and server side.
Netlify has form handling. It’s free. No limitations. And a very good integration with zapier.
It’s one of the best deals I’ve found so far.
But the service does look interesting. I’ll have to give it a look.
What would you say it’s the main thing that sets it apart from netlify form handling?
From what I can find regarding Netlify’s form handling service, it doesn’t appear they have form validation options. Their service does look pretty cool, though. Thanks for letting me know about them!
I’m always a bit concerned about privacy and data collecting with services like this. (And that’s why I don’t use them.)
Formspree says they only store the last 100 emails and delete the rest. (Or 1000 if you’re a Gold member.) Formspree also has a ToS and a Privacy Policy. If they can be trusted, I don’t know. But if they really automatically delete older stuff, they’re at least not sitting on a huge database with a lot of personal information.
Formtide doesn’t mention what they do with the submitted emails. I also can’t find a privacy policy. There’s also no Twitter or Github account linked to show what person(s) are behind it. I had to Google ‘Aranode LLC’ to find the website of the company behind it.
I don’t mean to be pessimistic. I just offer my perspective and, if more potential users feel the same way, a bit more assurances regarding privacy might help.