This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is unable to translate the form fields of WPForms using WPML String Translation as they do not appear in the translation interface.
Solution:
1. Access the
wpml-forms-config.xml
file located in
.../wp-content/plugins/wpml-wpforms/
.
2. Edit line 57 of the file.
3. Replace the existing
<property>code</property>
with the following code block:
<property>code</property><br /><property>address1_placeholder</property><br /><property>address2_placeholder</property><br /><property>city_placeholder</property><br /><property>postal_placeholder</property><br /><property>state_placeholder</property><br /><property>country_placeholder</property>
4. Make a minor change to your form and attempt to translate it again. This should allow the previously missing address fields to appear for translation.
If this solution does not seem relevant to your issue, please open a new support ticket with us.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.