SOLVED

Re: Marketo Form Pop Up / Modal evoked on CTA Click - opens very SLOW

Go to solution
jengcalendly
Level 2

Marketo Form Pop Up / Modal evoked on CTA Click - opens very SLOW

We have Marketo integrated into our website pages and our team has requested a form to appear on click as a pop up from a CTA. This is all fine until you realize that the form takes a bit too long to load and may cause some rage clicking or abandonment.

Is there any way to show a loader or do this implementation better so it loads quicker ?

Preview link: Here is the preview link for popup modal! (search for Open Popup Modal to find the relevant CTA )

Thank you!

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Form Pop Up / Modal evoked on CTA Click - opens very SLOW

You’re not implementing it the right way. You should immediately load the form on page load and hide it by default using CSS. Then the click only calls form#lightbox(). It’s instantaneous. 

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Form Pop Up / Modal evoked on CTA Click - opens very SLOW

You’re not implementing it the right way. You should immediately load the form on page load and hide it by default using CSS. Then the click only calls form#lightbox(). It’s instantaneous.