Not sure if this is an HTML or Javascript post?
I got this code:
<form action="mailto:info@mymeail.com" method="post" enctype=”multipart/form-data” >
Then my form… and way at the bottom I got this
<button = "submit" id="submit" >Submit</button>
</form>
Now that is great… but what else is needed to make the submit button send and email after the form is done?
There is this website that I could use (https://formsubmit.co/)… but what else are they doing besides my code to send an email without their stuff?