I want to use a form on a webpage outside of Marketo. We need just one form for all countries, but the input labels on the front end should be in the local languages, while the form created in Marketo is in English.
Could you please advise on how to achieve this?
Solved! Go to Solution.
It’s definitely possible, but there’s no built-in method.
Here’s a demo of my translations JS library, which can translate anything in the form descriptor at load time:
It’s definitely possible, but there’s no built-in method.
Here’s a demo of my translations JS library, which can translate anything in the form descriptor at load time:
Thank you for sharing the resource material.