Hallo
I need to link the “create account” item in joomla login module to a Chronoform6 registration form.
in Chronoform5 I used to override the standard registration form (components/com_users/views/registration/tmpl/default.php) with this code:
[strong]<?php
$app = JFactory::getApplication();
$app->redirect('index.php?option=com_chronoforms5&chronoform=form-name’);
?>[/strong]
What’s the new version of this code?
I’ve already a hidden menu item that lead to the form.[br][br]thanks for support[br]
I need to link the “create account” item in joomla login module to a Chronoform6 registration form.
in Chronoform5 I used to override the standard registration form (components/com_users/views/registration/tmpl/default.php) with this code:
[strong]<?php
$app = JFactory::getApplication();
$app->redirect('index.php?option=com_chronoforms5&chronoform=form-name’);
?>[/strong]
What’s the new version of this code?
I’ve already a hidden menu item that lead to the form.[br][br]thanks for support[br]
Can you not just use the same code, replace 5 with 6?
This topic is locked and no more replies can be posted.
