Override Joomla registration item in login module to link to Chronoform6 registration form

pranky 22 Mar, 2019
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]


Override Joomla registration item in login module to link to Chronoform6 registration form image 1
healyhatman 22 Mar, 2019
Can you not just use the same code, replace 5 with 6?
pranky 22 Mar, 2019
Do not know... It can works?
I try...
This topic is locked and no more replies can be posted.