Hi...
The plugin it look great, but i don't understand how to make it work in YJ Modul Booking.
In the folder modul booking there are file :
- getmail.php
- index.html
- mod_yj_booking.php
- mod_yj_booking.xml
I was install the plugin and activited it and try put the code :
global $mainframe;
$mainframe->triggerEvent('onCaptchaDisplay');
I try put the code in the getmail.php... it not work.
try put in the mod_yj_booking.php.. also not work
also i was try to put he code like this :
<?php global $mainframe; $mainframe->triggerEvent('onCaptchaDisplay'); ?>
but it still not work
Could you please to inform how can i make it work, i really need to put the recaptha in the Modul Booking.
Thanks