Hi,
What is the syntax for creating a lightbox with Joomla 1.6.3 and v4. I have tried the following and get nothing on the page apart from the Powered By ChronoForms - ChronoEngine.com yet no form so something is loading on the page.
<?php JHTML::_('behavior.modal'); ?>
<a class="modal" href="http://localhost:8888/dev.eafs.eu/index.php?option=com_chronoforms&chronoformname=formrequestcallback&tmpl=component" rel="{handler: 'iframe', size: {x: 600, y: 600}}">Lightbox Me</a>
I have also tried replacing chronoformname=formrequestcall with chronoform=formrequestcallback and again get the same no form no popup.
Anyone got any suggestions. Seems to be a distinct lack of tutorials on this major upgrade..
What is the syntax for creating a lightbox with Joomla 1.6.3 and v4. I have tried the following and get nothing on the page apart from the Powered By ChronoForms - ChronoEngine.com yet no form so something is loading on the page.
<?php JHTML::_('behavior.modal'); ?>
<a class="modal" href="http://localhost:8888/dev.eafs.eu/index.php?option=com_chronoforms&chronoformname=formrequestcallback&tmpl=component" rel="{handler: 'iframe', size: {x: 600, y: 600}}">Lightbox Me</a>
I have also tried replacing chronoformname=formrequestcall with chronoform=formrequestcallback and again get the same no form no popup.
Anyone got any suggestions. Seems to be a distinct lack of tutorials on this major upgrade..