Hi guys,
How i can replace the joomla registration link to my Chronoforms form?
I have tryed to override the default.php of com_users on my template using this line-code:
But when i click on Registration Link i don't see my CF Form but only the rest of the template.
I 'm using joomla 2.5.14 and CFv4;
Someone can help me??
Thanks
How i can replace the joomla registration link to my Chronoforms form?
I have tryed to override the default.php of com_users on my template using this line-code:
//defined('_JEXEC') or die;
$url= 'http://localhost/mywebsite/index.php?option=com_chronoforms&chronoform=cfregistration';
$jApp =& JFactory::getApplication();
$jApp->redirect($url, "");
But when i click on Registration Link i don't see my CF Form but only the rest of the template.
I 'm using joomla 2.5.14 and CFv4;
Someone can help me??
Thanks
Hi,
yes i had seen the post, but seems not working for me..
Today i have uploaded the file on my domain and the function works correctly, instead i don't understand because in local i'm continuing to see only the blank page.
Do you have some idea?
Tahnks a lot
yes i had seen the post, but seems not working for me..
Today i have uploaded the file on my domain and the function works correctly, instead i don't understand because in local i'm continuing to see only the blank page.
Do you have some idea?
Tahnks a lot
This topic is locked and no more replies can be posted.