Form Translation Next Steps
I'm in the process of setting up forms to replace many current forms on our site. Each form has to be translated into at least 5 different languages so I'm trying to handle that with Sanford's translation code referenced on this thread: https://nation.marketo.com/message/94034#comment-94034
It's working great but I'm stumped on how to add additional fields to the translation map:
m-files.com/en/marketo-test-form
<div id="translateMap"><span style="display: none;">
{
"en": {
"LastName": {
"placeholder": "Testing-Name",
"submit": "Go Home"
}
},
"fr": {
"LastName": {
"placeholder": "Testing-Name",
"submit": "Go Bonjour"
}
}
}
</span></div>
Any ideas on how I can get the full form setup in this map?
