enter image description hereI was currently working on my professional site that I purchased it template, there is a contact me form. I have tried different varies of editors and videos and some forums. I need some assistance. I Listed the code below. when I click the Send message button it opened the users email client, but the information in the form like name, email, subject, and message do not carry over. I have tried different things nothing works please help.
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
<div class="col l7 m7 s12">
<form class="contact-form center-align" action="#">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<input type="email" placeholder="Subject">
<textarea id="textarea1" class="materialize-textarea" placeholder="Message"></textarea>
<a href="mailto:email@domain.com?Name?Email?Subject?Message" class="custom-btn waves-effect waves-light">
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
send message
</a>
</form>
</div>here