Forum Moderators: open
if (pass!= pass1) {
alert ("Your passwords do not match. Please try again.")
return false;
}
earlier in the script i have and these work to just make sure a value was entered in the field.
pass=signup.user_password.value;
pass1=signup.user_password1.value;
my script on whole that i have works untill i had the above code. it just skips the entire script with it in.
Any idea's?