Please, I get ERROR 1048 (Column 'user_id' cannot be null) When I attempt to create USERS using the SAVE USER action.
The USER is created but the group information is not included.
Thanks for your swift action.
Just tested this, no problems here, please post a screenshot of your Save user settings.
Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
There you go, your group id provider is wrong. It needs to be an array of group IDs, and the syntax you've used is wrong. You'll want just {data:group} if it's an array, or if it's not use {data.split:group}
And it is not safe to get the groups ids from the data array, you should have a switch action, pass the {data:field_name} in the data provider, and set the expected value in the values box:
groupd_number:{value:[2]}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.