Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's probably because [user_id] is 0 at that point. So it's just pulling the first invite that hasn't been accepted yet. I don't recommend displaying it on registration. It's possibly it could work on registration with the help of CB Core Fields Ajax and its Update On feature combined with checking against the database using the invite code.I wouldn't have thought it worked on registration either - but it does. I made a new invite code and my name was on the registration page (obviously I was not logged in at that point)
If your site is invite only you need to use the invite code field and make sure it's set to Required. However under Parameters > Display you can toggle it to be hidden so it's not visible, but its validation can still work. As for adding users manually the best way to do that is within backend, but you'll need to be sure to turn off backend field required validation in CB > Configuration > User Profile.My site is invite only. Now that I know the field is working I no longer have to display it. However, I also add some members without registration so I will now need to handle that.
Please Log in or Create an account to join the conversation.