How to remove the Required Field error?
-
Hi all, would any one know how to remove the, ‘This field is required’ error message, but leave the red border? Just tried the following code from wpforms on a fresh install and the default theme and nothing happens… Alternatively Anyone know how to include the field Labels into the error message? I have the labels inside the box and the error messages are making the labels disappear which makes it hard for users to know what is missing.
/* Disable form validation error messages */
/* @link https://wpforms.com/developers/how-to-add-custom-css-styles-for-wpforms/ */
.wpforms-field-required ~ em, input.wpforms-error ~ em {
display
:
none
!important
;
}
.wpforms-field-required ~ em, input.wpforms-error ~ em {
display
:
none
!important
;
}
The page I need help with: [log in to see the link]
- The topic ‘How to remove the Required Field error?’ is closed to new replies.