You don't have JavaScript enabled! This page cannot function without it.
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>
<button 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.
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.
Only high level logs are shown here. For the more technical low level logs, check console. Reload this Tab to clear the logs.
This is your storageless Inbox. All data is lost once you close or even reload this Tab.
From | Name | Message | Time |
---|