Checking Password Onsubmit March 27, 2024 Post a Comment I have a basic signup form: Email Address: Solution 1: It needs to be<form...onsubmit="return passwordCheck();">Copyas for the onkeydown, check that your checkPassword() function is actually being called. have it do an alert() or something similar.Solution 2: Add returnonsubmit='return passwordCheck()'Copy Share Post a Comment for "Checking Password Onsubmit"
Post a Comment for "Checking Password Onsubmit"