Providing the resource to a KV (known visitor) | Community
Skip to main content
New Participant
August 30, 2021
Solved

Providing the resource to a KV (known visitor)

  • August 30, 2021
  • 1 reply
  • 2169 views

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

 

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:

@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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
August 31, 2021
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.
jendaytwoAuthor
New Participant
August 31, 2021

@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
New Participant
August 31, 2021

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