Pop-Up Modal not opening in second page

  • Beslutsexperiment
    Asked on March 2, 2018 at 4:06 AM

    This works perfectly for me when I have one pop-up image in my form. However, as I have conditional logic, I want the same pop-up to show on another page too but the button is unclickable on this second page. Does anybody know how to fix this?

  • Adrian
    Replied on March 2, 2018 at 7:23 AM

    Unfortunately, this will not work since you have added many DIVs with the ID open.

    There can only be one div like that and it must be on the same page as the open button.

    You have many pages in your form and they are all hidden in CSS except the active page. Now, when the open button is clicked, it will only trigger the first that it finds div with the ID open. That div is inside a hidden page, so you cannot see it.

    If you want this to work on a multiple page form, it will only work on one page.