Hello everybody!
I start with Chronoforms and i can't success create registration form with Community Builder support. I activate CB support in the joomla registration blue block processus but new user is only created in the users table, not in the comprofiler table...
I looked into the joomla_registration.php file to understand where is the problem. Why this part is in comment?
I tried to erase the comments tags but an error about escapeVar appeared.
Thanks to send me in the right way...
I start with Chronoforms and i can't success create registration form with Community Builder support. I activate CB support in the joomla registration blue block processus but new user is only created in the users table, not in the comprofiler table...
I looked into the joomla_registration.php file to understand where is the problem. Why this part is in comment?
/*$database->setQuery( "INSERT INTO #__comprofiler (".implode(",", $default_fields_names).") VALUES ('".implode("','", $form->escapeVar($default_fields_values))."');" );
if (!$database->query()) {
JError::raiseWarning(100, $database->getErrorMsg());
}*/
I tried to erase the comments tags but an error about escapeVar appeared.
Thanks to send me in the right way...