Answers for "how to add a button which send an email in html"

1

button email html

<form action="mailto:email@gmail.com"method="post"enctype="text/plain">
    <input class="btn" type="submit" value="Submit">
</form>
Posted by: Guest on July-14-2021
1

email button html

<button onclick= "document.location =  'mailto:daiwikrox6@gmail.com'"">mail me
 </button>
Posted by: Guest on June-23-2021

Code answers related to "how to add a button which send an email in html"

Browse Popular Code Answers by Language