designgirl
Technical User
I have a form in html that is supposed to email the form responses. Problem is when submit is clicked it brings up an email with the subject but the form data is not in it. I have been told I need ASP coding to send it properly or put it in a file on the server. How would I do this? I am not familiar with ASP and haven't programmed in years.
this is the html for starting and ending
<form method="POST" action="mailto:emailaddress?subject=request a quote" enctype="text/plain" onSubmit="">
<input type="submit" value="Submit Form">
</form>
Thanks
this is the html for starting and ending
<form method="POST" action="mailto:emailaddress?subject=request a quote" enctype="text/plain" onSubmit="">
<input type="submit" value="Submit Form">
</form>
Thanks