<h2>LET'S WORK TOGETHER</h2>
<form id='form1' action="mailto:bhupesh.selva2008@gmail.com" method="post" enctype="text/plain">
<input type='text' placeholder='Name' required>
<input type='text' placeholder='Email'required>
<textarea rows="4" cols="50" placeholder='Message' required></textarea>
</form>
<button type="submit" form="form1">SEND A MESSAGE</button>
</div>
</section>
</body>
What I want to know is that, I want to make a contact form for my website which should send me a mail the moment somebody fills it out. The code above does not work…
Hi,
There is a contact form section in this tutorial.
This is a dedicated tutorial:
And how to send email from a contact form:
@anon58011934 Thanks a lot. I fixed this in my project.
It works now…
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.