Resolved by author
Resolved in: Houzez 3.0
Overview of the issue
If you are using Houzez theme, you will notice that the select option fields of the Inquiry form widget are not available for translation.
Workaround
- Go to WPML > Settings > Custom XML Configuration page.
- Add the following XML:
<wpml-config> <elementor-widgets> <widget name="houzez_elementor_inquiry_form"> <conditions> <condition key="widgetType">houzez_elementor_inquiry_form</condition> </conditions> <fields> <field type="Form Name" editor_type="LINE">form_name</field> <field type="Inquiry Form: GDPR Label" editor_type="LINE">gdpr_label</field> <field type="Inquiry Form: GDPR Validation Message" editor_type="LINE">gdpr_validate</field> <field type="Inquiry Form: GDPR Agreement Text" editor_type="AREA">gdpr_text</field> <field type="Inquiry Form: Redirect Link" editor_type="LINK">redirect_to</field> <field type="Inquiry Form: Submit Button" editor_type="LINK">button_text</field> <field type="Inquiry Form: Email Subject" editor_type="LINK">email_subject</field> </fields> <fields-in-item items_of="form_fields"> <field type="Inquiry Form: Field Label" editor_type="LINE">field_label</field> <field type="Inquiry Form: Field Placeholder" editor_type="LINE">placeholder</field> <field type="Inquiry Form: Field Validation Message" editor_type="LINE">validation_message</field> <field type="Inquiry Form: Field Options" editor_type="AREA">field_options</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config>
- Refresh your page and translate it again. Select option fields should be available for translation this time.