Skip Navigation

Open

Reported for: WPML Multilingual CMS 4.6.9

Topic Tags: Compatibility

Overview of the issue

If you are using Avada Forms, you will notice that checkbox fields which use conditional logic based on other field values, fail to display in translated versions of the form.

Workaround

  • Go to WPML > Settings > Custom XML Configuration page.
  • Add the following XML:
    <wpml-config>
        <shortcodes>
            <shortcode>
                <tag>fusion_form_checkbox</tag>
                <attributes>
                    <attribute>label</attribute>
                    <attribute>tooltip</attribute>
                    <attribute>options</attribute>
                    <attribute encoding="base64">logics</attribute>
                </attributes>
            </shortcode>
        </shortcodes>
    </wpml-config>
    
  • Translate your form.
  • This time in ATE, look for the JSON value format directly in the search field and translate only the conditional value field as in the screenshot.

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>