Multiple forms as pop-ups on landing page | Community
Skip to main content
New Participant
May 10, 2023
Solved

Multiple forms as pop-ups on landing page

  • May 10, 2023
  • 1 reply
  • 2875 views

We are creating a landing page for one of our teams that will 'host' multiple reports they'll be creating, I know the simplest way would be to redirect to a download page for each report when they click on it but I was wondering if there's a way to have the download form appear as a pop-up instead so it keeps them on the main report page? And will this work for obviously having a different form for each report?

 

Also, if we already have their details and/or they have filled out their details to download a report from the page, can a subsequent form keep those details if they want to download another report?

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

Yes, you can use the MktoForms2.lightbox built-in feature to pop up a form (see the docs).

 

I wouldn’t advise using multiple forms, though. That just gives you more things to maintain and more things to break. Instead, have just one form & add the report URL/name as a hidden field to the form when it pops up.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
May 10, 2023

Yes, you can use the MktoForms2.lightbox built-in feature to pop up a form (see the docs).

 

I wouldn’t advise using multiple forms, though. That just gives you more things to maintain and more things to break. Instead, have just one form & add the report URL/name as a hidden field to the form when it pops up.

trevlarrrAuthor
New Participant
May 11, 2023

Thanks for that, so it can use the hidden field to determine which report they've clicked on and which asset to download after they submit the form?

SanfordWhiteman
New Participant
May 11, 2023

Thanks for that, so it can use the hidden field to determine which report they've clicked on and which asset to download after they submit the form?

Right.

 

And there are different 2 ways:

 

1. Match the hidden field in Advanced Thank You in Form Editor to choose the asset URL

2. Put the full asset URL itself in the hidden field and then just redirect using the JS API.