Hi,
I was referring to the Solution on the following link
www.joomlapolis.com/support/tutorials/107-use-cases/18237-assigning-usergroup-based-on-cb-field-value
Code:
Type: Usergroup
Trigger: onAfterUserRegistration
User: Automatic
Access: Everybody
Conditional: [cb_usertype] Equal To Student
Mode: Add Usergroups
Groups: Student
Type: Usergroup
Trigger: onAfterUserRegistration
User: Automatic
Access: Everybody
Conditional: [cb_usertype] Equal To Parent
Mode: Add Usergroups
Groups: Parent
Type: Usergroup
Trigger: onAfterUserRegistration
User: Automatic
Access: Everybody
Conditional: [cb_usertype] Equal To Teacher
Mode: Add Usergroups
Groups: Teacher
We have a field cb_location and depending on the user selection we want to update the Usergroup to a custom usergroup we have created.
When I was trying to set this up, it shows Joomal 1.5 is not support?
Could you please advice if there is a way to get this working on our joomal 1.5?