Forms in Other Languages | Community
Skip to main content
Joseph_Moran2
Level 2
October 5, 2018
Solved

Forms in Other Languages

  • October 5, 2018
  • 3 replies
  • 12692 views

We are in the process of launching a new website. As we were reviewing our old forms, we began looking into how we would handle translations. Having 7 versions of the same form (Contact Us English, Contact Us French, Contact Us German, etc.) sounds aweful to us. I am curious, how have others handled translations of forms in Marketo?

@Sanford Whiteman shared this wonderful method for handling translations, https://blog.teknkl.com/smoothing-embedded-marketo-form-loads/. Has anyone tried this approach? Any challenges we should anticipate?

Champion Program

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

It’s PlaceholderText, not Placeholder.

3 replies

Grégoire_Miche2
Level 10
October 5, 2018

Please move this to Products​. Champion Program​ is for questions about the program itself.

-Greg

SanfordWhiteman
Level 10
October 5, 2018
Joseph_Moran2
Level 2
October 30, 2018

Thanks for your reply Sanford! In reading through the link, that is for Marketo LPs, but not embedded forms on the main site, correct?

Joseph Moran
SanfordWhiteman
Level 10
October 30, 2018

Either one!

Level 1
December 14, 2021

@sanfordwhiteman is it possible to modify the placeholder value of a field using this method? I've tried adding placeholder as part of the JSON but it does not change the placeholder value of the field I reference.  I've added it to the JSON like this:

 

{ Name: "FirstName", Placeholder: "Séance B" }
SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
December 14, 2021

It’s PlaceholderText, not Placeholder.

Level 1
December 14, 2021

Thank you, I didn't know the correct nomenclature