Skip Navigation

Resolved

Reported for: Ninja Forms Multilingual 0.2.0

Resolved in: 0.3.0

Topic Tags: Compatibility

Overview of the issue

The Ninja Forms plugin allows you to create multi-step forms by downloading their Multi Step Forms add-on. However, when you send those forms to translation, you won’t be able to translate the step titles or the previous and next label buttons.

Workaround

To resolve this issue and get your Ninja Multi Step Forms working:

  1. Be sure to make a full backup of your site before proceeding.
  2. Open your /wp-content/plugins/wpml-ninja-forms/wpml-forms-config.xml file.
  3. Find the line:
    <property>fieldsMarkedRequired</property>.
  4. Just after that line add:
    <property type="ARRAY" properties="title">formContentData</property>
    <property>mp_prev_label</property>
    <property>mp_next_label</property>