Free
Everything you need to run a handful of forms.
$0 forever
- 5 recipients
- About 100 to 150 submissions a month
- CC emails
- File attachments
- Spam detection
- Auto-confirmation emails
Formgopher turns any static HTML form into a working contact form. Sign up, add a recipient, get an API key, and paste a snippet. Every submission lands straight in an inbox, no code required to get there.
Free plan covers up to 5 recipients. No credit card required.
<form action="https://app.formgopher.com/api/submit" method="POST">
<input type="hidden" name="access_key" value="fg_live_9x7k2...">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" placeholder="Your Message" required></textarea>
<input type="checkbox" name="_honeypot" style="display:none" tabindex="-1" autocomplete="off">
<button type="submit">Send</button>
</form>
Make it easier for yourself and/or your clients.
“I build websites for clients. I just need their contact form to land in an inbox they actually check.”
That's a recipient. Create one per client, drop a snippet into their site, done. Regenerate or deactivate a key later in your dashboard, no need to loop your client in.
“I've got a few websites of my own with contact forms that don't actually go anywhere.”
Route them to one inbox. If they have their own emails then make a key for each, however you like. Let's just get these submission to go somewhere.
No email to confirm. Add a recipient and it can start receiving submissions right away, no verification link for a client to click in an email from a company they don't recognize. Security happens on Formgopher's end, not in their inbox.
Free forever. Only pay if you need more.
Everything you need to run a handful of forms.
$0 forever
For every recipient, every client, every extra.
$12 / month
Billed monthly. Cancel anytime.
You'll know it's time for Warren when you need
Everything people usually ask before wiring up their first form.
No. Add a recipient (the email you want submissions sent to), copy the ready-made snippet, and paste it into your site's HTML. There's a plain HTML version that needs zero JavaScript, and a fetch() version if you want an in-page “message sent” confirmation instead of a page reload.