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
What are you after exactly? You can use the Permissions tab so that only certain groups are able to access the form or connection. In Chronoforms, on the first tab, there's a "Permissions deactivated" checkbox you need to untick.
This topic is locked and no more replies can be posted.
