I may just need a link to the relavent documentation for this.
I want people to automatically be assigned to a group depending on their house number and post code they provided when registering.
For example if someone lives at 66 orchard Brae, EH10 7AS, then I want them to be assigned to a group called 66EH107AS if such a group has already been created.
If it has not been created, I would like a group called 66EH106AS to be automatically created. This is what I have input
Published:yes
Triggers:onAfrerUserRegistration
Access:CmsACL registered
Conditional empty/empty
Auto:newgroup
Catagory:AllAdresses
GroupNmae: [cb_housenumber][cb_postcode]
GroupDescription: members living at [postcode]
GroupType:open
groupunique:disable
autojoin:enable
exclude:empty.
And yet when someone registers, they are not being either allocated to any group, or new group is being created for them.
Any suggestions much appreciated.