SOLVED

Show static list information on a landing page

Go to solution
Yavor_Todorov
Level 3

Show static list information on a landing page

Hello everyone,

 

we have the following setup - a landing page + a form. Once you submit the form, you are added to a static Marketo list. We want to see some of the person columns on another landing page like:

Person 1 - email address - name

Person 2 - email address2 - name2

Person 3 - email address3 - name3

 

Is there a way to implement this somehow?

 

We were thinking about another idea - a daily smart list subscription, but it looks like we want to see dynamically everything, like on a LP.

 

Best regards,

Yavor

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Oz_Platero
Level 6

Re: Show static list information on a landing page

Hello @Yavor_Todorov ,


A Marketo static list is just a placeholder in practice.  It does hold or change values by itself; instead the view shows you what values are in a field at a moment in time.


With regard to displaying values from a field in a Landing page you may use Marketo Tokens like so:
https://docs.marketo.com/display/public/DOCS/Add+Text+and+Tokens+to+a+Landing+Page

 

Example

Hello {{lead.First Name}} -  {{lead.SOMEOTHERFIELD}}

 

Just know it will display info for that person that field out a form (from your example).  However, it looks like your example you may be wanting to display other records which you cannot, and should not as Landing pages do not have authentication boundaries which is a separate topic.

 

If that is a requirement that you view other records, for example an SDR wants to get a picture into what a Marketo static list looks like, you could send an Internal email "Alert" that is a subscription to a smart list that looks at membership of a Static list or whatever makes sense for your use case: 
https://docs.marketo.com/display/public/DOCS/Subscribe+to+a+Smart+List

 

Thank you

View solution in original post

1 REPLY 1
Oz_Platero
Level 6

Re: Show static list information on a landing page

Hello @Yavor_Todorov ,


A Marketo static list is just a placeholder in practice.  It does hold or change values by itself; instead the view shows you what values are in a field at a moment in time.


With regard to displaying values from a field in a Landing page you may use Marketo Tokens like so:
https://docs.marketo.com/display/public/DOCS/Add+Text+and+Tokens+to+a+Landing+Page

 

Example

Hello {{lead.First Name}} -  {{lead.SOMEOTHERFIELD}}

 

Just know it will display info for that person that field out a form (from your example).  However, it looks like your example you may be wanting to display other records which you cannot, and should not as Landing pages do not have authentication boundaries which is a separate topic.

 

If that is a requirement that you view other records, for example an SDR wants to get a picture into what a Marketo static list looks like, you could send an Internal email "Alert" that is a subscription to a smart list that looks at membership of a Static list or whatever makes sense for your use case: 
https://docs.marketo.com/display/public/DOCS/Subscribe+to+a+Smart+List

 

Thank you