SOLVED

Form will only open one time in a lightbox

Go to solution
Pat_Coyne
Level 1

So when I click on the Request Measurement button on this page the for will open in a light box but if I close it and try to reopen it the (<form id="mktoForm_1640"></form>) html will be stripped out.

Here is the URL: https://lp.datacolor.com/ITMA-2019.html

Any help is appreciated.

1 ACCEPTED SOLUTION
Dave_Roberts
Level 10

Hey Pat-

It looks like you're running Bootstrap4 on this template and it might make more sense to leverage Bootstrap for the modal part and just put your form into that instead. Here's a link to more info on the Bootstrap modal: https://getbootstrap.com/docs/4.0/components/modal/ - there's copy/paste code there. This'll divorce the functionality of the lightbox and the form so you're more able to control from the modal (content/styling) without any kind of form (script) conflicts -- and it might help control the width of the lightbox as well.

View solution in original post

10 REPLIES 10
Dave_Roberts
Level 10

Hey Pat-

It looks like you're running Bootstrap4 on this template and it might make more sense to leverage Bootstrap for the modal part and just put your form into that instead. Here's a link to more info on the Bootstrap modal: https://getbootstrap.com/docs/4.0/components/modal/ - there's copy/paste code there. This'll divorce the functionality of the lightbox and the form so you're more able to control from the modal (content/styling) without any kind of form (script) conflicts -- and it might help control the width of the lightbox as well.

Pat_Coyne
Level 1

Thanks Dave, this did the trick and was an easy fix.

SanfordWhiteman
Level 10 - Community Moderator

I still see no evidence that the native lightbox has any problem on that platform.

SanfordWhiteman
Level 10 - Community Moderator

If you close it after filling it out? Or close it by clicking the ⓧ?

Pat_Coyne
Level 1

So after some more testing it looks like it's only not working on a mac in the Chrome browser.

Pat_Coyne
Level 1

By clicking the X

SanfordWhiteman
Level 10 - Community Moderator

In what browser (include browser version and OS)? This isn't expected behavior when merely closing the lightbox.

SanfordWhiteman
Level 10 - Community Moderator

OS + Chrome version?

Pat_Coyne
Level 1

Yes running MacOS Mojave and The latest Chrome which is Version 72.0.3626.109

SanfordWhiteman
Level 10 - Community Moderator

CrossBrowserTesting recording of form load

Make sure you don't have any browser plugins or anything else interfering with normal operation.