You are viewing limited content. For full access, please sign in.

Question

Question

Disable Default Error Message

asked on January 25, 2019 Show version history

Is there a way to disable the default error message shown at the foot of the required field whenever the field is left blank? Thank you

0 0

Answer

SELECTED ANSWER
replied on January 25, 2019

What are you trying to accomplish exactly? You can hide the message with just CSS

.parsley-required {
  display:none;
}

Or you can use the Error Messages tab in the designer to set a custom message when required fields are not filled.

0 0

Replies

replied on January 25, 2019

Thank you, your CSS accomplished exactly what I was looking for.

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.