I use Chronoforms to get and display data driven information to my users.
I want to use fancybox to display links in these forms that open lightbox windows.
Fancybox works ok when I use it in an Joomla article, but nothing happens when I use it in Chronoforms.
If I make a very simple Chronoforms with just 1 Custom Code event with this code:
Code: |
<?php
echo '{fancybox url="images/pdf/factuur_20140224.pdf" width="700" height="500"}fancybox pdf file{/fancybox}' ;
?>
|
then the output is:
Code: |
{fancybox url="images/pdf/factuur_20140224.pdf" width="700" height="500"}fancybox pdf file{/fancybox}
|
So the fancybox plugin does not work here, I do not get a working link.
Other lightbox plugins (eg modals by nonumber) work fine in Chronoforms.
Can you fix this?
Regards
Stephan