I have followed the advice in another thread to get the following working:
When I click and image a lightbox opens and a form displays correcctly. The problem is that once the form is completed and the submit button pressed the next page also loads inside the lightbox but I would like the lightbox to close on submission of the form so that the thank you page diaplays outside the lightbox.
Is this possible?
The code I used was
Code: |
{arisexylightbox activeType="rcontent" width="600" height="300" url="index.php?option=com_chronocontact&chronoformname=quotation" title="Video"}<img src="images/stories/quote_request.png" />{/arisexylightbox}
|