• Resolved prief

    (@prief)


    Hi,

    Is it possible to change the color and message of the validation message.
    If a required field is not filled then I get this message: “Field is required” in red
    Is it possible to change this validation message?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Thanks for posting your question!
    You can change the text with the following CSS code:

    .fm-not-filled {
        color: #b39292;
    }

    The code can be added to Appearance > Customize > Additional CSS editor.

    Let us know if it helps.
    Thanks! Have a good day!

    Thread Starter prief

    (@prief)

    Hi,

    The color indeed changed thank you!
    But I couldn’t figure out how to change the actual text “Field is required” into my native language.

    I however managed somehow to make the whole message hidden and that is also perfectly fine for me.
    I tried this and it worked 🙂
    I am a noob at these things 😉

    .fm-not-filled {
    height: 0px;
    visibility: hidden;
    }

    I still love to know how to change the message, just out of curiosity.

    Greetings!

    The text should change as you switch the language of your WordPress site. Form Maker’s error messages, warnings and other attributes are automatically translated to the selected language.

    In any case, we are happy to know you have found a workaround that fits your needs. Let us know in case there’s anything else we can assist you with.

    Thanks! Have a good day!

    Thread Starter prief

    (@prief)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change color and text of validation message’ is closed to new replies.