Hi,
What i want is an event form that contain:
1- a form to insert the category of event and usergroup (defined by default as user is logged in)
2- depend on event category selected create the event with data:
– name of event
– date of event
– place of event
My situation is:
The user are organised in groups(lets say NET1, NET2 ect) and each user is part of a group.
Each group has an admin that manage group activity.
example:
Each admin of group logs in and creates an event:
1- select category (the items are right of superadmin)
2- after category is selected, then fill name, date, place
Each group can see only its activity.
Thank you