Hi,
I have a number of chronoforms v4 forms set up to open in modals calling the component direct. Since I have activated JoomSEF all my forms now go to a 404 page. Is there a way to exclude my forms from JoomSEF or a solution ? Below is the modal link being used to open the forms...
<?php JHTML::_('behavior.modal');?><a class="modal" href="index.php?option=com_chronoforms&chronoform=formrequestcallback&tmpl=component" rel="{handler: 'iframe', size: {x: 660, y: 660}}">Request Call Back</a>