How to make Inline form validation find all errors on Submit
All of the fields in this form are required.
1. Inline validation activates for text fields. Is there a way to make make it work for "select" fields?
2. If a user doesn't enter anything, and submits the form, what code is needed to make all of the error messages appear on the form? Currently, only the first message appears when the form is submitted. Need the Function error message to appear as well.
Code (Text):
<html>
<head>
<style type="text/css">
.inlineErrrorMsg {
color:red;…
How to make Inline form validation find all errors on Submit
See original post by wpprod
Leave a Reply
You must be logged in to post a comment.