SOLVED

Re: Providing the resource to a KV (known visitor)

Go to solution
jendaytwo
Level 2

Providing the resource to a KV (known visitor)

We have a resource center with a typical flow for the unknown visitor:

jendaytwo_1-1630346212371.png

 

For the known visitor we want to bypass the second to last step of "gets thank you page with link to asset" and provide the asset directly from the form page:

jendaytwo_2-1630346840492.png

@SanfordWhiteman we are using 1 form for all of our assets and I wanted to stay out of Marketo if possible to make this flow happen to reduce Marketo maintenance when adding new ones. Ideas? Thank you!

2 ACCEPTED SOLUTIONS

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Providing the resource to a KV (known visitor)

You could style the button in the KV HTML to look like a link. There’s no reason for a button to look like a pressable button — you can remove the background, border, etc. and underline the text using CSS.

View solution in original post

SanfordWhiteman
Level 10 - Community Moderator

Re: Providing the resource to a KV (known visitor)

Override the Thank You URL in the onSuccess event, just like you would with the regular form.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Providing the resource to a KV (known visitor)

You could style the button in the KV HTML to look like a link. There’s no reason for a button to look like a pressable button — you can remove the background, border, etc. and underline the text using CSS.
jendaytwo
Level 2

Re: Providing the resource to a KV (known visitor)

@SanfordWhiteman 

 

Thank you for responding.

 

I am unsure how to populate the CTA with the URL to the asset. We do have the asset link in the CMS in the asset landing page record.

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Providing the resource to a KV (known visitor)

Override the Thank You URL in the onSuccess event, just like you would with the regular form.