Can anyone tell me what I need to do to get a simple form to mail to my email address after it is submitted. I can get it to work if you use Microsoft IE, but not a netscape browser?
Here is a link to the page I have started
http://www.sdtrophy.com/acatalog/formayso.html
Any help woudl be much appreciated
Happy Holidays, Niels
and here is the code I used:
<form action="MAILTO:sales@sdtrophy.com" method="post" enctype="text/plain">
<b>Organization:</b><INPUT TYPE="Text" NAME="League" VALUE="AYSO-La Costa" MAXLENGTH="50" SIZE "50"><BR>
<b>Team Number:</b><INPUT TYPE="Text" NAME="Team Number" VALUE="Team Number" MAXLENGTH="50" SIZE "50"><BR>
<b>Team Head Coach:</b><INPUT TYPE="Text" NAME="Coach" VALUE="Coach" MAXLENGTH="50" SIZE="50"><BR>
<b>Team Name:</b><INPUT TYPE="Text" NAME="Team Name" VALUE="Team Name" MAXLENGTH="100" SIZE="50"><BR>
<b>Team Parent:</b><INPUT TYPE="Text" NAME="Team Contact/Parent" VALUE="Team Parent" MAXLENGTH="50" SIZE="50"><BR>
<b>Team Parent Phone #:</b><INPUT TYPE="Text" NAME="Team Parent Phone #" VALUE="Team Parent Phone #" MAXLENGTH="50" SIZE="20"><BR>
<b>Team Parent Email:</b><INPUT TYPE="Text" NAME="Team Parent Email" VALUE="email address" MAXLENGTH="50" SIZE="50"><BR>
</P>
<P ALIGN="center">
<H4><i>Enter the Player Names Below exactly as you want them to appear on the trophies</i> </H4>
<B>Team Roster:
<BR>Example:</B> GABBY NORBY <B>OR</B> Gabby Norby <b>OR</B> #8 Gabby Norby
<BR><i>(Enter each name on separate line)</i>
<br>
<TEXTAREA NAME="Team Roster" ROWS="20" COLS="55" WRAP="physical">
</TEXTAREA>
<BR>
<BR>
<br>
<br>
Additional Information/Comments
<br>
<TEXTAREA NAME="Additional Information/Comments" ROWS="5" COLS="50" WRAP="physical">
</TEXTAREA>
<br><br></P>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
Here is a link to the page I have started
http://www.sdtrophy.com/acatalog/formayso.html
Any help woudl be much appreciated
Happy Holidays, Niels
and here is the code I used:
<form action="MAILTO:sales@sdtrophy.com" method="post" enctype="text/plain">
<b>Organization:</b><INPUT TYPE="Text" NAME="League" VALUE="AYSO-La Costa" MAXLENGTH="50" SIZE "50"><BR>
<b>Team Number:</b><INPUT TYPE="Text" NAME="Team Number" VALUE="Team Number" MAXLENGTH="50" SIZE "50"><BR>
<b>Team Head Coach:</b><INPUT TYPE="Text" NAME="Coach" VALUE="Coach" MAXLENGTH="50" SIZE="50"><BR>
<b>Team Name:</b><INPUT TYPE="Text" NAME="Team Name" VALUE="Team Name" MAXLENGTH="100" SIZE="50"><BR>
<b>Team Parent:</b><INPUT TYPE="Text" NAME="Team Contact/Parent" VALUE="Team Parent" MAXLENGTH="50" SIZE="50"><BR>
<b>Team Parent Phone #:</b><INPUT TYPE="Text" NAME="Team Parent Phone #" VALUE="Team Parent Phone #" MAXLENGTH="50" SIZE="20"><BR>
<b>Team Parent Email:</b><INPUT TYPE="Text" NAME="Team Parent Email" VALUE="email address" MAXLENGTH="50" SIZE="50"><BR>
</P>
<P ALIGN="center">
<H4><i>Enter the Player Names Below exactly as you want them to appear on the trophies</i> </H4>
<B>Team Roster:
<BR>Example:</B> GABBY NORBY <B>OR</B> Gabby Norby <b>OR</B> #8 Gabby Norby
<BR><i>(Enter each name on separate line)</i>
<br>
<TEXTAREA NAME="Team Roster" ROWS="20" COLS="55" WRAP="physical">
</TEXTAREA>
<BR>
<BR>
<br>
<br>
Additional Information/Comments
<br>
<TEXTAREA NAME="Additional Information/Comments" ROWS="5" COLS="50" WRAP="physical">
</TEXTAREA>
<br><br></P>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
Comment