Re: Connect drop-down menu choices to dynamic content on LP?

Anonymous
Not applicable

Connect drop-down menu choices to dynamic content on LP?

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)

5 REPLIES 5
Emmanuelle_Biss
Level 5

Re: Connect drop-down menu choices to dynamic content on LP?

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

Emmanuelle_Biss
Level 5

Re: Connect drop-down menu choices to dynamic content on LP?

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!

Anonymous
Not applicable

Re: Connect drop-down menu choices to dynamic content on LP?

Thanks, I will look at the documents and try it out

SanfordWhiteman
Level 10 - Community Moderator

Re: Connect drop-down menu choices to dynamic content on LP?

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; }

Anonymous
Not applicable

Re: Connect drop-down menu choices to dynamic content on LP?

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