Project

General

Profile

Form Validation

Added by James Rempel about 8 years ago

Our form fields that require form validation all show "has-error" in the css on load. How can we get this to only display upon submit?

This is the output of our form upon load.

@

Last Name

@

This is the output with error & success.

@

First Name

This field cannot be empty

Last Name

@

Thanks

James