Send email from HTML form without any backend.

There are many website or tools present on internet which help us to Make your HTML Form functional in few seconds without a single line of backend code.

Create a simple HTML form.

Example Below.

<form>
	<label for="email">Your Email</label>
	<input type="email" name="email" placeholder="Your email">
	<br>
	<label for="name">Your name</label>
	<input type="text" name="name" placeholder="Your name">
	<br>
	<button name="submit">Submit</button>
</form> 

Use formcarry.com for making you form funcational

Here I am going to use formcarry.com

You can also use below websites 

emailjs.com

or

formspree.io

Follow Below Steps

Go to formcarry.com and Signup by using your email Id.

After Logging, you will see your dashboard and code which you have to add to your form.

Now, Just copy the ‘action’ and ‘method’.

Paste that to your form like below.

<form action="https://formcarry.com/s/uztm8yEvX1" method="POST"> 

That’s it! You can refresh your page and fill up the form. Click on Submit Button.

It will redirect to Thank You page.

Now, Go to the formcarry.com and go to the detail dashboard.

You will find – what ever you have filled into the form.

This is very helpful for beginners.

Also while creating static landing pages.

Watch Below Video for Detail Understanding

Search Your Keywords