Hi! I have read everything about forms but when it comes to submit the data on the form I have created I just get the "write mail" client and nothing related to the information requested on the form. This script is an example of my form:
<HEAD>
<TITLE>Untitled Page</TITLE>
<META NAME="Generator" CONTENT="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute; left:21px; top:20px; width:534px; height:298px; z-index:3" align="left" valign="top">
<FORM name=myform method=POST action="mailto:gatolulu****.com" enctype="text/plain">
<INPUT type="text" style="position:absolute;left:272px;top:25px;width :144px;z-index:0" size="18" name="Name" value="">
<INPUT type="submit" name="submit" value="agree" style="position:absolute;left:276px;top:67px;z-index:1">
<DIV style="position:absolute; left:197px; top:28px; width:54px; height:16px; z-index:2" align="left" valign="top">
<FONT style="FONT-SIZE:10pt" color="#000000" face="Arial">Nombre</FONT>
</DIV>
</FORM>
</DIV>
</BODY>
</HTML>
**************************************************
I have gotten a lot of help from customer service, but I can't get the data I'm requesting on the form. Please try the Term page or the Quiz page on my website and you will see that you can't send anything but a simple email:
www.spanishlessonsarecool.com
Thanks!
Ricardo
<HEAD>
<TITLE>Untitled Page</TITLE>
<META NAME="Generator" CONTENT="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute; left:21px; top:20px; width:534px; height:298px; z-index:3" align="left" valign="top">
<FORM name=myform method=POST action="mailto:gatolulu****.com" enctype="text/plain">
<INPUT type="text" style="position:absolute;left:272px;top:25px;width :144px;z-index:0" size="18" name="Name" value="">
<INPUT type="submit" name="submit" value="agree" style="position:absolute;left:276px;top:67px;z-index:1">
<DIV style="position:absolute; left:197px; top:28px; width:54px; height:16px; z-index:2" align="left" valign="top">
<FONT style="FONT-SIZE:10pt" color="#000000" face="Arial">Nombre</FONT>
</DIV>
</FORM>
</DIV>
</BODY>
</HTML>
**************************************************
I have gotten a lot of help from customer service, but I can't get the data I'm requesting on the form. Please try the Term page or the Quiz page on my website and you will see that you can't send anything but a simple email:
www.spanishlessonsarecool.com
Thanks!
Ricardo
Comment