What we want to do:
On a Marketo Landing page we would like to build a contact section, but the tricky part is that it is for a lot of countries (world wide, or divided EU / APAC / US, still many countries). So what we were thinking:
On the top/or the side of the section to have a drop-down-menu with all the countries to chose from.
When you select your country the contact details for that specific country will appear. When choosing another country – the details for this country will appear and so on. (Dynamic content connected to the drop down menu).
Is this something that is possible to do on a Marketo landing page, and if so, how can this be build it up?
Something like the attached picture (but nice looking of course)
Hi Sanna Vappling,
Yes this is possible! Take a look at this page on Dynamic form fields, it will answer your question
Dynamically Toggle Visibility of a Form Field - Marketo Docs - Product Docs
Enjoy!
Emma
HI again,
Not sure if you need this as well, but if you need to create a Country list, this is how it is done:
Add a Country Picklist to your Form - Marketo Docs - Product Docs
Hope this helps you!
Thanks, I will look at the documents and try it out
You haven't mentioned whether this will be a form proper. If this is for display only and you use Emma's form suggustion, you will also want to hide the submit button row using CSS.
.mktoButtonRow { display: none; }
It is for display only, just need a drop-down to choose one country and map it to the correct contact information.
Will look at the tips above and great with the CSS on how to hide submit button. Will try and see what I can do