This thread is resolved. Here is a description of the problem and solution.
**Problem:** The client was experiencing issues with translating Kadence forms on their website. Despite making the forms and custom fields translatable, the 'send' button was missing, and the forms were not displaying correctly in different languages. The client suspected that the blocks were not registered in WPML and was unsure how to select the correct form in the Advanced Translation Editor (ATE).
**Solution:** We addressed the issue by incorporating a custom XML configuration to ensure that the Kadence blocks are recognized and translatable by WPML. Here is the XML configuration we used:
<wpml-config>
<gutenberg-blocks>
<gutenberg-block type="kadence/advanced-form-text" translate="1">
<key name="label">
</key>
<key name="placeholder">
</key>
<key name="helpText">
</key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-textarea" translate="1">
<key name="label">
</key>
<key name="placeholder">
</key>
<key name="helpText">
</key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-submit" translate="1">
<key name="label">
</key>
<key name="placeholder">
</key>
<key name="helpText">
</key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-telephone" translate="1">
<key name="label">
</key>
<key name="placeholder">
</key>
<key name="helpText">
</key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-email" translate="1">
<key name="label">
</key>
<key name="placeholder">
</key>
<key name="helpText">
</key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-file" translate="1">
<key name="label">
</key>
<key name="placeholder">
</key>
<key name="helpText">
</key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form-select" translate="1">
<key name="label"></key>
<key name="helpText"></key>
<key name="options">
</key><key name="*"></key>
</gutenberg-block>
<gutenberg-block type="kadence/advanced-form" translate="1">
<key name="id">
</key>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>If this solution does not resolve your issue, or if it seems outdated or irrelevant to your specific case, we recommend opening a new support ticket. We also highly recommend checking related known issues at [https://wpml.org/known-issues/](https://wpml.org/known-issues/), verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum at [https://wpml.org/forums/forum/english-support/](https://wpml.org/forums/forum/english-support/).
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.


