Ok I know I have I think posted this everywhere except for on my own site, but I really need some help with this... I only got 10 days to get my site finished...
Ok, I need someone to help me make a validation script or something that will help make sure people won't send in blank forms...
I would like it so either that the form won't submit till the user has filled in all the fields. or some other way that you can do it I would be glad. please someone help me i'm very desperate, I swear if I don't get an answer to this I will have to cancel my site... no kidding... cancel it... PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!HTML Code:<form action="uploader.php" method="post" enctype="multipart/data">
<input type="hidden" name="3p42r3ad3a4than32" value="329r8g" />
<div class="pureadd">
<br>
<br>Your Name:
<br><input type="text" name="Name" class="input" />
<br>Your Email:
<br><input type="text" name="Email" class="input"/>
<br>
<script type="text/javascript">
var d = new Date()
document.write("<input type='hidden' value='"+Date()+"' name='time' />")
</script>
<br>
<br>Agree To Terms of Service
<br><input type="checkbox" name="TermsOfService" value="Agreed" /> Yes I Agree To the Terms of Service
<br>
File Description:
<br>
<textarea rows="5" cols="40" name="description" id="maxcharfield" onKeyDown="textCounter(this,'progressbar1',200)" onKeyUp="textCounter(this,'progressbar1',200)" onFocus="textCounter(this,'progressbar1',200)" class="textarea"></textarea><br />
<div id="progressbar1" class="progress"></div>
<input type="submit" class="input">
</div>
</form>

