Hi Bob,
There is a topic about subject issue in Chronoforms 3.1 Cookbook.
There is also this guide: http://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/2680-how-can-i-show-a-form-in-a-lightbox.html
I tried both way but fails (form name: ID_Verified_Check_PopUp):
Here is the custom code:
"Test Form" shows no "Verify ID" link to click.
Does this guide (http://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/2680-how-can-i-show-a-form-in-a-lightbox.html) does not work for cfv5? Can you provide a way that works for cfv5 at you earliest convenience?
Thanks.
There is a topic about subject issue in Chronoforms 3.1 Cookbook.
There is also this guide: http://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/2680-how-can-i-show-a-form-in-a-lightbox.html
I tried both way but fails (form name: ID_Verified_Check_PopUp):
Here is the custom code:
<?php
JHTML::_('behavior.modal');
?>
<a class="modal" href="index.php?option=com_chronoforms5&chronoform=ID_Verified_Check&tmpl=component" rel="{handler: 'iframe', size: {x: 600, y: 600}}">Verify ID</a>
There is no "Actions tab and drag in a Show HTML action" in chronoforms 5 so I used "HTML Render Form" in the "Setup" tab.
"Test Form" shows no "Verify ID" link to click.
Does this guide (http://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/2680-how-can-i-show-a-form-in-a-lightbox.html) does not work for cfv5? Can you provide a way that works for cfv5 at you earliest convenience?
Thanks.