Hi!
I have a front end article editing form.
My users are placed in 3 different groups.
They are allowed to create and edit one article on the front end.
I would like to place the article in different categories depending on the group the logged in user is in.
I put the user group field in the article form because I was planning to put a conditionel statement on the article category field depending on the
user group.
I have set up the usergroup as follows:
storage user groups
live value user configuration groups.
My problem is that there is nothing in there, it is blank, and when I var dump my session the user groups element is empty.
What can be the problem?
Thank you!