<form name="input" action="html_form_action.asp" method="get">
<input type="submit" value="Submit"/>
<form name="input" action="html_form_action.asp" method="get">
<input type="reset" value="Reset"/>
<form action="MAILTO:kenneth2461@hotmail.com" method="post" >
</form>
</div>
This is a website project I am doing, the problem I am having is when I click Submit, the form does not email to the email shown in the form action. Can someone please help me with this?
Thank you.