Form wrongly showing in a frame / lightbox
Posted: Thu Nov 21, 2019 10:39 am
I have a responsive simple site based on a Master Page. Everything works fine except for the contact form.
The latter is shown in a frame / JS lightbox in both 'Default' and '320' breakpoints. THIS IS NOT DESIRED !
Please run the demo site here : https://telweb.ch/wwb/ . Clik menu option "Demande d'intervention".
Looking at the source code of the page I notice the following :
<li><a href="javascript:displaylightbox('./formulaire.php',{})" target="_self"><img alt="" src="images/img0011_over.png" class="hover"><span><img alt="" src="images/img0011.png"></span></a></li>
I cannot disable the call to Lightbox or the Frame from any page or object properties. What gives ?
Additionnaly, the validation scheme is not working.
Thanks to point me to where I failed.
Dan
* * * * * * * *
The latter is shown in a frame / JS lightbox in both 'Default' and '320' breakpoints. THIS IS NOT DESIRED !
Please run the demo site here : https://telweb.ch/wwb/ . Clik menu option "Demande d'intervention".
Looking at the source code of the page I notice the following :
<li><a href="javascript:displaylightbox('./formulaire.php',{})" target="_self"><img alt="" src="images/img0011_over.png" class="hover"><span><img alt="" src="images/img0011.png"></span></a></li>
I cannot disable the call to Lightbox or the Frame from any page or object properties. What gives ?
Additionnaly, the validation scheme is not working.
Thanks to point me to where I failed.
Dan
* * * * * * * *