Hi... I have a form
<form name="form" method="post" action="mailto:sombody@somewhere.com?SUBJECT=Results" enctype="text/plain"
onSubmit="document.form.action+='&cc='+document.form.email.value;return true;">
<div align="center">
<input type=submit value="See Results" onclick="results()">
<input type=hidden name="Code" value="FAIL">
</div>
</form>
this form is a page where a user will click on the submit button to see their results at the same time send the score thru a default email. But my question is, when onLoad I need the user to input their names first before they could proceed any further. Anyway to get around this? Thanks.
Regards
Soon
<form name="form" method="post" action="mailto:sombody@somewhere.com?SUBJECT=Results" enctype="text/plain"
onSubmit="document.form.action+='&cc='+document.form.email.value;return true;">
<div align="center">
<input type=submit value="See Results" onclick="results()">
<input type=hidden name="Code" value="FAIL">
</div>
</form>
this form is a page where a user will click on the submit button to see their results at the same time send the score thru a default email. But my question is, when onLoad I need the user to input their names first before they could proceed any further. Anyway to get around this? Thanks.
Regards
Soon