Groups
-
It's probably a silly question this but is there an option for a user to tick a box on sign up and be placed in a certain group automatically?
For example Q: Are you a season ticket holder?
If selected yes they are placed into the season ticket holder group and then belong to that group and can take themselves out of it the following year for example if they don't have one again.
If selected no then they would just be signed up and belong to no group.
If something like that is possible then that would allow users or people looking at the board who has a season ticket and I feel would pull in new members.
-
@anodetobb
I think that you need to write a custom plugin.If you want to create a "default group" behavior right on the registration page, I saw a hook
filter:register.interstitial
which might help you.
Currently, it is used to display the GDPR and Terms of Service messages in a registration process (source code).