+ 2
Why using the extra word "return" in the attribute "return validate()" in html for js form validation?
For example: <form onsubmit="return validate()" method="post">
1 Antwort
+ 5
Try without using 'return'
For example: <form onsubmit="return validate()" method="post">