FormSubmit sends your site's form submission directly to your inbox without the need of any backend code or SMTP setup.
Collect submissions, receive emails and connect your HTML form with popular apps. Perfect for JAMStack and API-driven static websites.
FormSubmit.co is recommended for small business websites, personal projects, and anyone looking for a quick and easy way to collect form submissions via email. It's particularly useful for static websites or projects where integrating server-side scripts is not feasible or necessary.
Based on our record, FormSubmit should be more popular than Getform. It has been mentiond 23 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Much simpler solutions exist like https://formsubmit.co/ And for others who use the static hosts' free tiers for hobby projects, Cloudflare provides form submissions to your static pages, netliffy forms is quite generous too https://www.netlify.com/platform/core/forms/. - Source: Hacker News / over 1 year ago
Formsubmit.co โ Easy form endpoints for your HTML forms. Free Forever. No registration is required. - Source: dev.to / over 1 year ago
So I am building my webpage and I am using FormSubmit https://formsubmit.co/ so people could contact me by using this form. I hosted my page on github pages and loading is very slow when I enter email and message in input boxes and click send. Approximately 30 + seconds for captcha and 20 + seconds to finish, sometimes more. How to fix this is this normal ? I've seen from others people tutorial that they have a... Source: about 2 years ago
Const myEmail = 'johnsmith@company.com' const handleSubmit = async (event) => { event.preventDefault(); const response = await fetch(`https://formsubmit.co/${myEmail}`, { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify(formData), } ); }. Source: about 2 years ago
PM user recommended https://formsubmit.co/, job is done! Does exactly what it needs to do, no more no less. Source: over 2 years ago
I built a form-to-email service like Formspree or Getform. My API accepts form submissions from the client, parses the request with formidable, and then sends the fields via email to the user. Any files submitted with the form are sent as attachments to the email. This way I never store the fields in my database or the files in something like AWS S3. Source: about 2 years 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 / over 2 years ago
Getform.io - Form backend platform for designers and developers, 1 form, 50 submissions, Single file upload, 100MB file storage. - Source: dev.to / almost 3 years ago
I would recommend getform, it has a generous free tier as well. https://getform.io/. Source: over 3 years ago
For static websites, such as those on Gatsby, when handling form submissions, you either need a server to use a third-party form service. The Gatsby docs do a pretty good job in explaining how to build a contact form and it provides options for form submissions. I'm going to assume that you already have your html form set up, you're using Getform for it, and now you're here because you need to add Google reCAPTCHA. - Source: dev.to / over 3 years ago
Formspree.io - Just send your form to our URL and we'll forward it to your email.
Jotform - Free Online Form Builder & Form Creator
Typeform - Create beautiful, next-generation online forms with Typeform, the form & survey builder that makes asking questions easy & human on any device. Try it FREE!
Basin - Build custom forms without the engineering lift.
BYOF - BYOF is a micro-SaaS tool that provides a simple, straightforward API to update Google Sheets in real time. It acts as a bridge between any data source (HTML forms, web apps, CRM systems, or even IoT devices) and Google Sheets.
FormBackend - Collect submissions for your HTML forms easily!