Getting Numerical Values
I can not seem to get my form to send over any numerical values. Here is my set-up:
<form name="mainform" action="mailto:e-mailaddress.com"; onsubmit="validate()"; method="post">
<input type="submit" value="E-mail Form" style="background:#ffffcc; font-weight:bold"/>
I have radio buttons selections that come over good, but no numerical or text entries.
Thanks for the help.
|