Please Log in or Create an account to join the conversation.
Yes, using CB Conditional you can condition fields/tabs to show/hide based off the value of another field. Membership Type in this case should just be a Select field where they select their type. There is no functionality for actual entirely separate registration forms.1) is it possible to have different registration forms for different membership types? IE a personal member shoud fill only certain fields, a company should fill others?
This maybe possible using CB Auto Actions to adjust their approval or basically automatically approve them. Easier approach maybe to just use CBSubs for both your different profile types and for allowing standard members to bypass approval (I assume premium is paid, which CBSubs can also cover).2) is it possible to set different workflows for different members types? IE, a standard member should be automatically approved, while a premium needs approval?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Can only be changed by directly editing within _users table.is there a way to change the registration date
I suppose you could have a datetime field to override the member since date then use the layout parameters to substitute it in if it exists. Example as follows.or to use another date field to dispay the "member since" info?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.