Skip Navigation

Waiting for author

Overview of the issue

When using The Plus Addons PRO with WPML, the Form Builder widget in Elementor does not display its fields for translation. This affects form fields like title, label, and placeholder.

Workaround

  1. Go to WPML > Settings > Custom XML Configuration
  2. Paste the following code into the configuration box and click Save:
    <wpml-config>
      <elementor-widgets>
        <widget name="tp-plus-form">
          <fields>
            <field>form_title</field>
            <field>tabs</field>
            <field>button_submit</field>
            <field>email_subject</field>
            <field>email_heading</field>
            <field>email_message</field>
            <field>ar_email_subject</field>
            <field>ar_email_heading</field>
            <field>ar_email_message</field>
            <field>success_message</field>
            <field>required_fields</field>
            <field>invalid_form</field>
            <field>form_error</field>
            <field>server_error</field>
            <field>email_to</field>
            <field>email_from</field>
            <field>email_from_name</field>
            <field>email_reply_to</field>
            <field>form_title_display</field>
          </fields>
          <fields-in-item items_of="tabs">
            <field>field_label</field>
            <field>place_holder</field>
            <field>dropdown_options</field>
            <field>link_label</field>
            <field>field_help</field>
            <field>field_ad</field>
          </fields-in-item>
        </widget>
      </elementor-widgets>
    </wpml-config>
            

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>