Language Replacement Mapping
Last updated
Last updated
Refer a Friend
Referral ProgramNo account yet?
Schedule Sales DemoThis article explains how to map any text on the page to personalized text. The intended use of this is for translating any text on the page. This is useful for any text that cannot be changed easily such as the required messages. This will allow for better communication with the customer of exactly what is expected.
One reason to use Language Replacement Mapping would be to translate the required field messages. In the image below you can see the required field messages in red and are in English.
If that script is not successful then this is an alternative:
Go to the desired page in the funnel builder and select the page
At the bottom of the script after the last “</div>”, insert the script and edit the specific text to the desired message
Replace “thisisatestiteonly.com”
with your site's domain name
Replace "TEXT-NEEDING-CHANGE"
with the message that you would like to change
Replace "DESIRED-TEXT"
with the translated version of the original text
Add new lines if needed adding a comma at the end of every line except the last
Remove any extra lines with "TEXT-NEEDING-CHANGE": "DESIRED-TEXT"
Save the new HTML
Save the page
The required field message is now translated
If there are multiple pages that will need mapping, then adding this script to the globals scripts may be a better option.