Language Replacement Mapping
This 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.
Step 1: Copy the Entire Code Snippet
If that script is not successful then this is an alternative:
Step 2: Open the Page Editor and Edit the HTML
Go to the desired page in the funnel builder and select the page
Step 3: Edit the HTML in the page builder by clicking the edit icon in the top right corner
Step 4: Transfer the Script to the Body of the Desired 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 nameReplace
"TEXT-NEEDING-CHANGE"
with the message that you would like to changeReplace
"DESIRED-TEXT"
with the translated version of the original textAdd 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
Step 5: Publish
Step 6: Review Changes
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.