Welcome to EasyForm

Source Donate Contact

Copyright © 2024 Somajit Dey

You don't have JavaScript enabled! This page cannot function without it.

About

EasyForm gives you a free and easy, self-hosted form backend solution that runs in your browser! Just sign up and then embed the following HTML form in your website. You also get your own contact form URL that you can use if you don't have a website.


<!-- Replace XXXXX with the form action URL given by this app upon sign up` -->
<form action="XXXXX" method="POST" target="hidden_iframe">
    <input type="hidden" name="From" value="sample">
    <input type="email" name="Email" placeholder="Your Email">
    <input type="text" name="Name" placeholder="Your Name">
    <input type="text" name="Message" placeholder="Your Message">
    <button type="submit">Submit<button>
    <input type="reset">Reset<button>
</form>
<!-- when the form is submitted, the server response will appear in this iframe, hidden from view -->
<iframe name="hidden_iframe" src="about:blank" hidden></iframe>

As long as this Tab is open in your browser, whenever your users submit the form, your Inbox here will be populated. You will also be notified via Telegram.

Powered by

Setup

Setup in just 3 easy steps.

1. Generate or enter your EasyForm Access Key:




3. Send any text to the Bot. Then, click Fetch Chat ID.



Server

Test if everything is working properly with the following sample form (embed in your own website with ). You should get a Telegram message upon clicking Post! Your posted data should also be logged below.

You also get your own contact form URL.



Log



Only high level logs are shown here. For the more technical low level logs, check console. Reload this Tab to clear the logs.



Inbox

This is your storageless Inbox. All data is lost once you close or even reload this Tab.

From Email Name Message Time
Server: None yet