Resolved
Reported for: WPForms Multilingual 0.3.5
Resolved in: WPForms Multilingual 0.4.0
Overview of the issue
When using WPForms, the placeholder text for address fields is not visible in the Advanced Translation Editor. This behavior prevents users from translating placeholders in their forms.
Workaround
Please, make sure of having a full backup of your site before proceeding.
- Open …/wp-content/plugins/wpml-wpforms/wpml-forms-config.xml file.
- Look for line 57.
- Change:
<property>code</property>
- For:
<property>code</property> <property>address1_placeholder</property> <property>address2_placeholder</property> <property>city_placeholder</property> <property>postal_placeholder</property> <property>state_placeholder</property> <property>country_placeholder</property>