Integrate Forms on your Website and hide your Mail🙈.

Krishna Kotni
2 min readAug 31, 2021

--

A simple way to integrate Contact forms on your website with easy to use service

Contact form example image
Published by Code Tea

Get Started 𝌙

When I was building my website, I needed a way for users to contact me without knowing my MailId and getting the form directly into my inbox, So I went on a hunt. Just after a little while I found a way, which is a service that provides exactly what i needed.

This process requires no sign up process. On your html document navigate to the place where you need to insert the Contact form and paste:

<form action="https://formsubmit.co/your@email.com" method="POST">
<input type="text" name="name" required>
<input type="email" name="email" required>
<button type="submit">Send</button>
</form>

Edit the your@email.com with your contact email.

To check out other options that are available visit: FormSubmit.co

Hide Your Email🔒

It is a better practise to hide your email to not get spammed, At least I think that. Go to FormSubmit and enter your email to get a linked email address that can be placed in the place of your actual email address in the form.

Advance Features

_replyto: This feature allows you to create a automated reply(“Thank you message”) to the person immediately after they submit the form. But to work with this option email field is required

_next: To redirect the user to a url after submitting the form.

Disable reCAPTCHA: You may have noticed that when you submit a form by default it uses reCAPTCHA, Add this to the form to disable.

<input type="hidden" name="_captcha" value="false">

Demonstration: reach-the-sky.github.io🔗

Check Out my other Blogs: Blogs📕

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response