I have a form that I'm trying to email but it doesn't work.
<form name="form1" method="post" action="mailto:[email protected]" enctype="text/plain">
This is the code I'm using. Can someone tell me what I'm doing wrong? I get the email but it doesn't have anything in it.
<form name="form1" method="post" action="mailto:[email protected]" enctype="text/plain">
This is the code I'm using. Can someone tell me what I'm doing wrong? I get the email but it doesn't have anything in it.
Comment