Hi,
'm doing the porting of my registration form from chronoform v3 to v4.I use this function:
in chronoform v3 work perfecty, but when i use the same code in v4 there is this problem:
Fatal error: Call to undefined method CFChronoForm::formparams() in C:\xampp 1.7.1\htdocs\Joomla\administrator\components\com_chronoforms\form_actions\custom_code\custom_code.php(18) : eval()'d code on line 3
plese help me!!!
'm doing the porting of my registration form from chronoform v3 to v4.I use this function:
$MyForm =& CFChronoForm::getInstance("Registrazione_utenti");
if($MyForm->formparams("dbconnection") == "Yes"){
$user = JFactory::getUser();
$row =& JTable::getInstance("utenti", "Table");
in chronoform v3 work perfecty, but when i use the same code in v4 there is this problem:
Fatal error: Call to undefined method CFChronoForm::formparams() in C:\xampp 1.7.1\htdocs\Joomla\administrator\components\com_chronoforms\form_actions\custom_code\custom_code.php(18) : eval()'d code on line 3
plese help me!!!