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? Link to comment https://forums.phpfreaks.com/topic/65379-validation-wont-triggerany-ideas/ 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. Link to comment https://forums.phpfreaks.com/topic/65379-validation-wont-triggerany-ideas/#findComment-326668 Share on other sites More sharing options...
justravis Posted August 17, 2007 Author Share Posted August 17, 2007 HUGE HELP! THX!!! Link to comment https://forums.phpfreaks.com/topic/65379-validation-wont-triggerany-ideas/#findComment-326863 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 Link to comment https://forums.phpfreaks.com/topic/65379-validation-wont-triggerany-ideas/#findComment-327116 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. Link to comment https://forums.phpfreaks.com/topic/65379-validation-wont-triggerany-ideas/#findComment-327162 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.