Validate email before proceeding.
Hello
I was wondering if theres a script I can use to make people enter their email before proceeding to upload their files? There is a built in email validate but this allows users to search for their files by browsing and selecting but dosen't warn them about the email until they have done everything first.
I would really like the form to stop them doing this by not allowing anything to be done until a validated email has been inserted.
Is this possible?
HTML Code:
<form action="http://www.pwauk.com/cgi-bin/amp/amp.cgi?process" enctype="multipart/form-data" method="post" style="display:inline;" onsubmit="return check1173905422(this);">
<p align="left">
<input type="Hidden" name="required" value="">
<input type="Hidden" name="id" value="1173905422">
<font color="#CCCCCC">Your</font> <font color="#CCCCCC">Name.................................</font>
<input type="Text" name="fname">
<br>
<font color="#CCCCCC">R/Cart Invoice
Number............</font>
<input type="Text" name="lname">
<font color="#CC0000">On Order Confirmation
email (if known) </font><br>
<font color="#CCCCCC">Your email..................................</font>
<input type="Text" name="email">
<font color="#CC0000">Required</font><br>
<br>
<font color="#CCCCCC">File 1...</font>
<input name="FILE1" type="File" size="45">
<br>
<font color="#CCCCCC">File 2...</font>
<input name="FILE2" type="File" size="45">
<br>
<font color="#CCCCCC">File
3...</font>
<input name="FILE3" type="File" size="45">
<br>
<font color="#CCCCCC">File 4...</font>
<input name="FILE4" type="File" size="45">
<br>
<font color="#CCCCCC">File 5...</font>
<input name="FILE5" type="File" size="45">
<br>
<font color="#CCCCCC">File 6...</font>
<input name="FILE6" type="File" size="45">
<br>
<br />
</p>
<p align="left"><font color="#CCCCCC">Comments
or Special printing instructions?</font><font color="#00FF00"><br>
</font>
<textarea name="comments" cols="40" rows="3"></textarea>
<div align="center"><br>
<input type="Submit" value="Submit">
</div>
</form>
Thanks.