Multiple Lightbox forms placing on landingpage | Community
Skip to main content
Tomas_De_Koninc
New Participant
May 19, 2020
Question

Multiple Lightbox forms placing on landingpage

  • May 19, 2020
  • 1 reply
  • 1314 views

Hi

I have multiple lightbox forms on a landingpage, integrated via javascript, that appear after a click on a button.

I'm just wondering what the solution would be, that after the click the page doesn't scroll to the top to display the form.

 

Thanks

Tomas

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
May 19, 2020

Does your button use href="#" as a placeholder? B/c that's an explicit jump-to-top link (it's not really harmless) unless you preventDefault().