I have this form:
<form class="contact-form" method="post" action="mailto:dre4311@gmail.com">
<p class="input-block">
<input type="text" name="name" id="name" placeholder="Name *" />
</p>
<p class="input-block">
<input type="email" name="email" id="email" placeholder="Email *" />
</p>
<p class="input-block">
<button class="button turquoise submit" type="submit" id="submit"><i class="icon-paper-plane-2"></i></button>
</p>
</form>
I would like to know, when people fill it how can I send the same filled details in the email?
Try this method
i wish may it's will help you .