Is it possible to assign a value to a CB field based on a URL variable during registration?
I have 2 types of members on a site I am creating and I would like to automatically assign a value to a field during registration based on a variable I can include in the URL of the registration page like:
Code:
index.php/cb-registration/registers?cb_usertpe="Agent"
There are just 2 types of membership on this site, but I don't want guests selecting their type of membership on the form.
If there is a better method to achieve this, please suggest it.
Thanks.