Hi again,
I have created modal popups for a number of form on a Joomla 1.6 build. All working fine until I activated JoomSEF and now the popup forms go to a 404 page. The site is http://www.eafs.eu/ and the modal links are on the menu under the heading Contact EAFS Today all four inks.
Anyone have a idea how to get the form links back to opening the forms?
Thanks in advance all...
I have created modal popups for a number of form on a Joomla 1.6 build. All working fine until I activated JoomSEF and now the popup forms go to a 404 page. The site is http://www.eafs.eu/ and the modal links are on the menu under the heading Contact EAFS Today all four inks.
Anyone have a idea how to get the form links back to opening the forms?
Thanks in advance all...
HI,
Ok finally got the forms working. With JoomSEF I have to set Active Handler to Not using SEF in Manage Extensions (JoomSEF v4). This disables SEF URL's for that component and also need to set the full url.
<?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>
href="index.php?option=com_chronoforms&chronoform=formrequestcallback&tmpl=component"
needs to have the full URL.
href="http://www.domain.com/index.php?option=com_chronoforms&chronoform=formrequestcallback&tmpl=component"
Modals back working again...
Ok finally got the forms working. With JoomSEF I have to set Active Handler to Not using SEF in Manage Extensions (JoomSEF v4). This disables SEF URL's for that component and also need to set the full url.
<?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>
href="index.php?option=com_chronoforms&chronoform=formrequestcallback&tmpl=component"
needs to have the full URL.
href="http://www.domain.com/index.php?option=com_chronoforms&chronoform=formrequestcallback&tmpl=component"
Modals back working again...
This topic is locked and no more replies can be posted.
