• Resolved cci89wpxpert

    (@cci89wpxpert)


    Hi,

    I want to switch to Everest Forms on a multilanguage web site but I have a problem with the translation of the validation messages translation.

    When you click on Settings > Validations you can fill 4 input with the message you want to display when a field is not correctly filled.
    But since this option is separated from the forms in themsleves then I can’t set specific messages for each language.

    It seems that polylang is unable to retrieve the strings in database. Is there a way to handle that situation without modifying the plugin using WPML icl_register_string (https://wpml.org/documentation/support/translation-for-texts-by-other-plugins-and-themes/) for example.

    Thank you for your answer.

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • roshansameer

    (@roshansameer)

    Hi @cci89wpxpert,

    For now, please can you create a file inside the everest-forms folder named as wpml-config.xml and then, paste the below code in that file:

    <wpml-config>
    <admin-texts>
    <key name="everest_forms_required_validation"/>
    <key name="everest_forms_url_validation"/>
    <key name="everest_forms_email_validation"/>
    <key name="everest_forms_number_validation"/>
    <key name="everest_forms_confirm_validation"/>
    <key name="everest_forms_fileextension_validation"/>
    <key name="everest_forms_filesize_validation"/>
    </admin-texts>
    </wpml-config>

    Now after that change is done, can you visit the String Translation page provided via the multilingual plugin used in your site to translate the string as needed?

    We will update with the fix on this as soon as possible. So, thank you for your patience.

    Thanks!

    Thread Starter cci89wpxpert

    (@cci89wpxpert)

    Namaste,
    Yes actually using WPML .xml file at the root of the plugin looks like a much better solution.
    I’m gonna try this and confirm you that I can translate the strings.

    Thank you for this fast answer anyway !

    Regards,

    Thread Starter cci89wpxpert

    (@cci89wpxpert)

    Well just want to confirm you that it works perfectly !
    Thanks again for your support.

    roshansameer

    (@roshansameer)

    Hi @cci89wpxpert,

    Glad to know that your issue has been resolved. If you like the plugin then you can help us by rating our plugin.

    We will include this on our future updates till then you need to copy this file again within your site until we declare the plugin as WPML compatible. So, please stay updated.

    Thanks!

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

The topic ‘Translating validation messages’ is closed to new replies.