Maybe even drop the whole shopify thing and just use something like https://formspree.io/ and use hidden fields in the form fields that contain the products the customer selected. - Source: Reddit / 16 days ago
A contact form is an essential component of any website, allowing visitors to reach out to you with their queries or feedback. In this tutorial, I will show you how to create a contact form with Formspree API,React and Styled Components. We will start with creating the basic form structure and styling it with Styled Components. Then we will integrate Formspree API to handle form submissions. Formspree is a... - Source: dev.to / about 1 month ago
By following these guidelines, you can create an effective and user-friendly contact form that helps you connect with potential employers and others. There are several options for setting up a contact form, including using a service like Sendgrid, Mailgun, Formspree, or Getform. - Source: dev.to / about 2 months ago
The theme includes Prism for code formatting, as well as plugins for SEO, pagination, contact forms (via Formspree) and comments (via Disqus). - Source: dev.to / 2 months ago
I'm using https://formspree.io/ with our new static website. I put the form URL as the action attribute in the HTML form tag, and it just works. - Source: Hacker News / 3 months ago
If your form is basically just trying to track text entered by the user, then Formspree might help you achieve your goal. It's free if you don't have many submissions per month, and will email you the form input data/responses. It won't insert the data into a DB, but could help you track email addresses and similar simple info. - Source: Reddit / 4 months ago
Netlify allows static sites to post form data (as do many other services, including https://formspree.io), and you get the form as an email. - Source: Reddit / 5 months ago
Formspree.io — Send email using an HTTP POST request. Free tier limits to 50 submissions per form per month. - Source: dev.to / 5 months ago
Fromspark provides me with a backend and an API for form submissions. It has a React plugin that is very intuitive. I used it for my form submissions. It was actually a replacement for a similar product called Formspree, but their React integration was way too rigid when it came to customizing behaviors in my form submission flow. - Source: dev.to / 5 months ago
We recommend: For existing CloudCannon users there’s a built-in forms solution that integrates with the rest of your page- and site-building activities. Other notable solutions include FormSpree, which offers spam filtering, GDPR compliance and a free option, among other features. If you require payments to be taken when a form is submitted, Cognito Forms is another good option — and it also matches FormSpree’s... - Source: dev.to / 6 months ago
To make our form fully functional, we will go to formspree.io register and verify your email. - Source: dev.to / 6 months ago
In this tutorial, we will learn how to make a contact form that will work without using a server. There are many ways to make a contact form work without using a server. In this tutorial, we will use Google Sheets to store the data and Google App Script to make the API for the contact form if you love to make your own API. Or you can use Formspree to make your contact form work without using a server with just... - Source: dev.to / 6 months ago
So I had to use JavaScript and some kind of form mailer to send contact form requests. There are 3rd party services like https://formspree.io/ that are specialized on this, but since I don’t wanna invest money just to send forms and I also don’t trust the data privacy of such services (GDPR is a big thing in the EU you know 😉), I decided to write my own little web service for it. - Source: dev.to / 7 months ago
Formspree, https://formspree.io/ ... Pretty easy to set up. - Source: Reddit / 7 months ago
Thanks, but I used formspree which makes it hard for my email to be scraped. - Source: Reddit / 8 months ago
I use https://formspree.io/ for my static site contact form. Great free solution for a low traffic site (no server side). - Source: Reddit / 11 months ago
I use https://formspree.io/ for my personal site. It's a static vue.js site so this works great for my limited needs. - Source: Reddit / about 1 year ago
If you use e.g. https://formspree.io/ your client can log in and see what emails have been sent. - Source: Reddit / about 1 year ago
I don't know any free solutions, there's https://formspree.io/ at around 8USD a month seems like a good solution. - Source: Reddit / about 1 year ago
Action="https://formspree.io/f/mjvlkddg" method="POST" > Your email: type="email" name="_replyto"> Your message: name="message"> type="submit">Send. - Source: dev.to / about 1 year ago
Since I see you're using Proton Mail, I assume you care at least somewhat about security/privacy. I might suggest using something like Formspree or similar so you can use an API to forward form submissions instead of exposing your actual email address to the world. - Source: Reddit / over 1 year ago
Do you know an article comparing Formspree.io to other products?
Suggest a link to a post with product alternatives.