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