Hi guys,
I have two tables :
User (username, password,id)
Group ( id, group_name).
group_name has 4 roles : admin, manager, author, reviewer
I want to create a form for user to register. Guest only choose 'author' or 'reviewer' or both of them.
First idea in my mind is model with Multi Selection Field ( entity is Group), but it show all role to the user. It's not good at this point.So, I'm stuck with this :(
Many thank for help!