Receive notifications on each form submissions, without any sever or backend.
No Signup required
<form action="https://formeasy-tt5oyjktnq-uc.a.run.app/submit"method="POST"> <input type="hidden" name="access_key" value="YOUR_ACCESS_KEY_HERE"> <input type="text" name="name" required> <input type="email" name="email" required> <button type="submit"> Submit Form </button> </form>
<form action="https://formeasy-tt5oyjktnq-uc.a.run.app/submit"method="POST"> <input type="hidden" name="access_key" value="YOUR_ACCESS_KEY_HERE"> <input type="text" name="name" required> <input type="email" name="email" required> <button type="submit"> Submit Form </button> </form>
Works with any Technologies
Creating forms can be a headache, but with FormEasy, you can skip the hassle - no servers or backend coding needed!
FormEasy eliminates the need for a login or dashboard - we authenticate users solely through an access key.
FormEasy is a powerful API-based form backend that effortlessly connects with any design or style you choose.
All form submissions are sent directly to your email, and we never store any of your data.
Easy as 1 2 3. Just follow the steps and you’re done
Access key will be sent to your email address.
<form action="https://formeasy-tt5oyjktnq-uc.a.run.app/submit" method="POST" <input type="hidden" name="access_key" value="YOUR_ACCESS_KEY_HERE"> <label>Name:</label> <input type="text" name="name" required> <label>Email:</label> <input type="email" name="email" required> <label>Phone Number:</label> <input type="tel" name="phone" pattern="[0-9]{10}" required> <label>Subject:</label> <input type="text" name="subject" required> <label>Message:</label> <textarea name="message" required></textarea> <label>Attach File:</label> <input type="file" name="attachment"> <button type="submit">Submit Form</button> </form>
Replace with your access key to start receiving email submissions.
“Formeasy is our company’s product that allows startups and individuals to create contact forms without needing a backend. It provides a simple way to receive form submissions via email, making it easy to connect with users effortlessly.“