• Resolved sergiomorais

    (@sergiomorais)


    Hi,

    How do we customize the feedback message colors & text.
    By default, the “Your form was successfully submitted” message box is on a light green box.

    I would like to change this colors and also the text.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi,

    Could you please mention the URL where you have your form running?

    Thank you!

    Hello,

    Please, add the code below to Appearance > customize > Additional CSS section.

    .fm-message.fm-notice-success {
        border: 1px solid #c4ad5a !important;
        background: #f7fff1 !important;
        font-size:18px !important;
        color:#ba4141 !important;
    }

    Check this.

    Thank you and have a nice day!

    Thread Starter sergiomorais

    (@sergiomorais)

    Hi,

    Yes. This changed the formatting.
    Thank you.
    Regarding the feedback text, where can we change it?
    Will there be an issue in multi-language site situations?

    Regards

    Hi,

    Please check the following URL on how to change the feedback text.

    Regarding the multi-language, please note that you should make the changes in translation file po. too for each language and it will work. Please see below the directions on how to change:

    Modify the translations using POEdit software. All translation files of the product should be located under /languages folder of its directory.

    You need to download .po and .mo files of your language from this folder and modify .po with POEdit. Then please upload new .po and .mo back to the same folder, replacing their old versions.

    Thanks.

    Thread Starter sergiomorais

    (@sergiomorais)

    Hi,

    Thanks for that. Is there any way to “Stay on form” as the plugin does by default but replace the text nonetheless?
    The “Custom text” options makes the form disappear.
    The message box that appears after submittal is preferable in this case..

    Thanks

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi Sergio,

    Please note that if you want to use “Stay on form” option and change the text, you should use again POEdit software. Please connect via FTP account and navigate to wp-content/plugins/form-maker/languages folder, search for eng language po and mo files, find the text and change it. Afterwards, replace these files via current po and mo files. In the same way, you can change the texts for other languages.

    Please check the following record and everything will be clearer.

    Thanks!

    Have a nice day!

    Thread Starter sergiomorais

    (@sergiomorais)

    Hi @kimabaghdasaryan,

    Thanks for the clarification.
    I will follow these instructions and revert back as soon as possible.

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Form Maker – Feedback message colors & text’ is closed to new replies.