Hello there!
I used your tutorial about replacing the standard Joomla registration form with a ChronoForms equivalent. Building the CF form works great, as well as connecting it to the jos_ database table. The only problem I'm facing is losing the standard Joomla registration page. I replaced the code in components/com_user/views/register/tmpl/default.php but when I click on "register" (for example in Kunena), the standard Joomla register forms keeps appearing.
Can you please help me out with what I am doing wrong here? It's rather frustrating seeing the finish line while I keep struggling with this last little bit :-)
Cheers in advance!
Franklin
I used your tutorial about replacing the standard Joomla registration form with a ChronoForms equivalent. Building the CF form works great, as well as connecting it to the jos_ database table. The only problem I'm facing is losing the standard Joomla registration page. I replaced the code in components/com_user/views/register/tmpl/default.php but when I click on "register" (for example in Kunena), the standard Joomla register forms keeps appearing.
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('http://www.mydomain.nl/Registration.html');
?>
Can you please help me out with what I am doing wrong here? It's rather frustrating seeing the finish line while I keep struggling with this last little bit :-)
Cheers in advance!
Franklin