Skip to main content
October 31, 2016
Question

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

  • October 31, 2016
  • 2 replies
  • 2673 views

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)

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

2 replies

Emmanuelle_Biss
Level 4
October 31, 2016

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 4
October 31, 2016

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!

SanfordWhiteman
Level 10
October 31, 2016

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

November 3, 2016

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