[Resolved] Gravity forms shortcode 'title' parameter false is translated?
This thread is resolved. Here is a description of the problem and solution.
Problem: You are experiencing an issue where the shortcode [gravityform id="1" title="false" description="false" ajax="true"] is incorrectly translating the 'title' parameter to 'falsch' instead of 'false'. Solution: We have addressed this issue. Please try using the shortcode again to see if the translation error has been resolved. If the problem persists, it might be due to outdated information or a specific case not covered here. We recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still encounter issues, please open a new support ticket.
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.
Background of the issue:
I am trying to achieve automatic translation of the shortcode [gravityform id="1" title="false" description="false" ajax="true"].
Symptoms:
The shortcode is incorrectly translated, resulting in 'falsch' instead of 'false' in the title parameter.
Questions:
Why is the 'title' parameter in the shortcode being translated to 'falsch'?
How can I prevent the 'title' parameter from being translated?
So I uploaded GF, made simple form, added in Sample page.
hidden link
I added on the English page:
[gravityform id="1" title="false" description="false" ajax="true"]
After that I automatic translated the page to FR and DE.
Now you can see here that it adds the wrong parameter:
FR: [gravityform id="1" title="faux" description="false" ajax="true"]
DE: [gravityform id="1" title="FALSCH" description="false" ajax="true"]