Select a group when registering?

select a group when registering ? is there an addon plugin ?

:wave:

There isn’t a feature /site setting that does this. However, I believe that the custom wizard plugin allows users to add themselves to groups on signup

3 Likes

maybe you can use a url which invite users to the specific group

2 Likes

That’s a great suggestion! I missed the invite feature completely. As a side note that option is only available for staff.

I think there’s also an Automation script that allows you to automatically add people to groups depending on the User Custom Field they select at signup (or whenever depending on how you set it up). For example:

Create the groups:


Create the User Custom Field:


Create the Automation:


Sign-Up:


See them added to the group: :partying_face:



Fun quirk…

If you’re using the ‘Recurring’ trigger rather than ‘User first logged on’ you’ll need to use the user_field id rather than the user field name, but you can grab that from the relevant json if you need it /admin/customize/user_fields.json (in this case, mine’s 4)

user custom field id

NB: (note the format of the user_field_4)

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.