Trouble getting my JS function to validate my HTML form
I’ve been having so much trouble getting my JavaScript to check that the emails in my HTML form match and display results. I’ve tried doing it like the zyBook for my class shows, but I just get nothing.
Trouble getting my JS function to validate my HTML form
I’ve been having so much trouble getting my JavaScript to check that the emails in my HTML form match and display results. I’ve tried doing it like the zyBook for my class shows, but I just get nothing.
Prevent Form Submission If Field Is Invalid (For multi field forms)
OK. I have this form where I call forth an error if validation fails on submission. Problem is, it still submits to the server anyway.