justravis Posted August 17, 2007 Share Posted August 17, 2007 cant figure y this wont validate for required feilds: http://www.powerontechnologies.com/_sites/vsd/savy/savy.pwr any ideas? Quote Link to comment Share on other sites More sharing options...
gurroa Posted August 17, 2007 Share Posted August 17, 2007 Syntax error on line 39 (= instead of ==) if(value==null || value=='') Syntax error on line 81 (: instead of ; ) chapter.focus(); Syntax error on line 103 (missing end of if statement) if(required(zip, 'Please enter your zip code.')==false) Syntax error on line 115 (missing end of if statement) if(required(ctitle, 'Please enter your title.')==false) Syntax error on line 57 (dotpos instead of fotpos) if(apos<1 || fotpos-apos<2) I think that's all. Quote Link to comment Share on other sites More sharing options...
justravis Posted August 17, 2007 Author Share Posted August 17, 2007 HUGE HELP! THX!!! Quote Link to comment Share on other sites More sharing options...
emehrkay Posted August 17, 2007 Share Posted August 17, 2007 cool looking form. two things, this is just from a user's pov; 1. display all of the errors at once so that I can correct them and know which ones i face for the next submit. 2. color/highlight the errand fields Quote Link to comment Share on other sites More sharing options...
justravis Posted August 17, 2007 Author Share Posted August 17, 2007 great tips...i'll implement once i figure out why the checkboxes wont validate. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.