Hi,
after a week of testing user registration I'm changing the way users register and I need some help.
I have a field named User Type in which will be assigned what type of registered user it is.
I have 2 values in this field, Normal and Client. Normal users will be able to register themselves but I will register Client user manually so I want this field to NOT be visible on registration page.
In User Type field I have conditions to display other fields. One of those other fields is Birthday. I want this field available only for Normal user from User Type field and not for Client. So my condition is equal to custom value.
But since field User Type is hidden from registration page field Birthday is not shown. I have set default value for User Type field to Normal.
How can I disable User Type field from registration page and edit page and to assign default value to this field so Birthday field will be show on registration page?
Regards