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.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| - | 10:00 – 17:00 | 10:00 – 17:00 | 10:00 – 17:00 | 10:00 – 17:00 | 10:00 – 17:00 | - |
| - | 18:00 – 19:00 | 18:00 – 19:00 | 18:00 – 19:00 | 18:00 – 19:00 | 18:00 – 19:00 | - |
Supporter timezone: Asia/Kathmandu (GMT+05:45)
Tagged: Compatibility
This topic contains 9 replies, has 0 voices.
Last updated by Shekhar Bhandari 8 hours, 7 minutes ago.
Assisted by: Shekhar Bhandari.
| Author | Posts |
|---|---|
| March 31, 2026 at 3:54 pm #17940566 | |
|
steveR-28 |
I can't find some strings that are in a Divi form. For some reason most of the page was automatically translated, but the checkbox options were not translated, and I can't find them when doing a string search. |
| April 1, 2026 at 4:42 am #17941648 | |
|
Shekhar Bhandari WPML Supporter since 03/2015
Languages: English (English ) Timezone: Asia/Kathmandu (GMT+05:45) |
Hello there, Thank you for contacting WPML support. I'd be happy to assist you on this issue. Since initial debugging is already done, to debug this issue further, I would need to check your site settings once, for this I would need temporary access (wp-admin and ftp) to your site. So could you please provide me with those details, you will find the needed fields for this below the comment area when you log in to leave your next reply. This info is private and available to you and WPML supporters only. Note: Look forward to your reply. Thanks |
| April 6, 2026 at 3:54 am #17950574 | |
|
Shekhar Bhandari WPML Supporter since 03/2015
Languages: English (English ) Timezone: Asia/Kathmandu (GMT+05:45) |
Hello there, Can you please check the issue now, I have added the following xml on WPML->Settings->custom XML configuration to fix the issue, after adding the xml, I updated the page and the translations is working. <wpml-config>
<gutenberg-blocks>
<gutenberg-block type="divi/contact-field" translate="1">
<key name="fieldItem">
<key name="innerContent">
<key name="*">
<key name="value" />
</key>
</key>
<key name="advanced">
<key name="radioOptions">
<key name="*">
<key name="value">
<key name="*">
<key name="value" />
</key>
</key>
</key>
</key>
<key name="checkboxOptions">
<key name="*">
<key name="value">
<key name="*">
<key name="value" />
</key>
</key>
</key>
</key>
</key>
</key>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>
Look forward to your reply. Thanks |
| April 12, 2026 at 6:14 pm #17964265 | |
|
steveR-28 |
Thanks, that did fix the fields that are initially seen on the page. The only item remaining is the conditional logic that makes a new question appear if the person selects "Hunting Safari" or "Photo Safari". The question is: Is this your first hunting (or photo) safari? It has Yes or No options. Steve |
| April 13, 2026 at 5:43 am #17964613 | |
|
Shekhar Bhandari WPML Supporter since 03/2015
Languages: English (English ) Timezone: Asia/Kathmandu (GMT+05:45) |
Hello there, This looks like a compatibility issue, I have created a public sandbox site here: hidden link Can you please install divi theme here and create similar contact form with just demo content, you can just add two fields to show the issue. Look forward to your reply. Thank |
| April 14, 2026 at 12:10 am #17967182 | |
|
steveR-28 |
Hi Shekhar, I imported the contact page from the original site to the demo site since there's nothing confidential in the configuration. Thanks, |
| April 14, 2026 at 8:34 am #17967810 | |
|
Shekhar Bhandari WPML Supporter since 03/2015
Languages: English (English ) Timezone: Asia/Kathmandu (GMT+05:45) |
Hello, I’ve escalated this issue to our compatibility team for further investigation. I’ll keep you updated as soon as I receive any feedback from them. Thanks |
| April 15, 2026 at 2:58 am #17970197 | |
|
Shekhar Bhandari WPML Supporter since 03/2015
Languages: English (English ) Timezone: Asia/Kathmandu (GMT+05:45) |
Hello there, Our Compatibility team checked the issue and sugggested to add the following xml on WPML->Settings->Custom XML configurtaion. <wpml-config>
<gutenberg-blocks>
<gutenberg-block type="divi/contact-field" translate="1">
<key name="fieldItem">
<key name="innerContent">
<key name="*">
<key name="value" />
</key>
</key>
<key name="advanced">
<key name="radioOptions">
<key name="*">
<key name="value">
<key name="*">
<key name="value" />
</key>
</key>
</key>
</key>
<key name="checkboxOptions">
<key name="*">
<key name="value">
<key name="*">
<key name="value" />
</key>
</key>
</key>
</key>
</key>
</key>
<key name="conditionalLogic">
<key name="innerContent">
<key name="*">
<key name="value">
<key name="*">
<key name="value"/>
</key>
</key>
</key>
</key>
</key>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>
Please add the xml file, update the contact form page and this should work accordingly. I already tested this on sandbox site and it's working for me. Look forward to your reply. Thanks |
| April 22, 2026 at 8:44 pm #17988715 | |
|
steveR-28 |
Hi Shekhar, The change works, but there are still missing fields. When someone selects an answer for "What type of safari are you interested in?", it generates one of the following questions: Select: Hunting Safari --> Is this your first hunting safari? (Yes/No) options Thanks, |
| April 23, 2026 at 4:54 am #17988985 | |
|
Shekhar Bhandari WPML Supporter since 03/2015
Languages: English (English ) Timezone: Asia/Kathmandu (GMT+05:45) |
Hello 🙂 Sorry I couldn't understand the issue properly, it's working properly for me here: hidden link Did you add the updated XML and updated the contact page? Look forward to your reply. Thanks |
