Form wrongly showing in a frame / lightbox

Issues related to forms.
Post Reply
stressless
 
 
Posts: 8
Joined: Wed Oct 23, 2019 9:41 am

Form wrongly showing in a frame / lightbox

Post by stressless »

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

* * * * * * * *
User avatar
Pablo
 
Posts: 21713
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form wrongly showing in a frame / lightbox

Post by Pablo »

I assume you have configured the lightbox option yourself?
You can disable it again in the properties of the link.

Note that if you display a page inside an inline frame then the size of the frame determines the viewport. So, the breakpoints will not be the same as the main page.
stressless
 
 
Posts: 8
Joined: Wed Oct 23, 2019 9:41 am

Re: Form wrongly showing in a frame / lightbox

Post by stressless »

<< I assume you have configured the lightbox option yourself? You can disable it again in the properties of the link. >>
My bad. Thanks !
* * * * * * * * * * * *
Post Reply