hi guys
i am new with chronoconnectivity
i know how to use log in in chronoforms 6 which as an event switcher you put display inside success and you can enter
another pages i was doing simply
with event switcher and it was working
but with chrono connectivity ther is permisions and i do not understand how to keep data security and login
i am new with chronoconnectivity
i know how to use log in in chronoforms 6 which as an event switcher you put display inside success and you can enter
another pages i was doing simply
$user = \JFactory::getUser();
if ($user->id > 0 ) {
return 'A';} else {return 'B';
}
with event switcher and it was working
but with chrono connectivity ther is permisions and i do not understand how to keep data security and login