Guys!
chronoforms rocks, though i have one issue on trying make them work in a modal popup box.
Check here:
http://www.gv4r.com/index.php?option=com_k2&view=item&id=67:skyros-beachfront-villa&Itemid=114&lang=en
select "Book this Villa"
a chronoform is loaded through a modal popup link (loading an article which contains the chronoform). Modal popup code is located in my k2 item template:
i am also passing a parameter (k2 item title) on the form as you can see in the URL (prop_name).
I have one issue:
A) datetime picker popups do not work on the form. I other forms (not through modals) the work fine. Can not see any js errors!
Any help/ideas on how to proceed?
chronoforms rocks, though i have one issue on trying make them work in a modal popup box.
Check here:
http://www.gv4r.com/index.php?option=com_k2&view=item&id=67:skyros-beachfront-villa&Itemid=114&lang=en
select "Book this Villa"
a chronoform is loaded through a modal popup link (loading an article which contains the chronoform). Modal popup code is located in my k2 item template:
<?php echo '{modal index.php?option=com_content&view=article&id=22&tmpl=component&prop_name=' . $this->item->title . '}Book this Villa{/modal}'; ?>
i am also passing a parameter (k2 item title) on the form as you can see in the URL (prop_name).
I have one issue:
A) datetime picker popups do not work on the form. I other forms (not through modals) the work fine. Can not see any js errors!
Any help/ideas on how to proceed?