Please Log in or Create an account to join the conversation.
You can show/hide plan selections based off field value. You could have 2 plans for example. 1 free and 1 paid. Then show them based off their usertype.1- my registration form has a dropdown fileld called:usertype with three values (provider , company , freelancer )
I want if the user choose (company or freelancer) value during registration , it will register free , and if user choose (provider) value , it will pay money before become a member.
I assume you're using CB Query Field in which case no. It can however update its values based off the usertype they selected from the dropdown and since their subscription would be based off that maybe you could use that as a means of conditioning the dropdown options. The options can dynamically update based off the usertype selected using the "Update On" functionality in CB Core Fields Ajax.can I populate it based on plan selected during registration like WHERE `planid` = '[planid]'
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, you can update the dropdown based off the usertype field you're using changing values. It can dynamically do this as the field changes using "Update On" in CB Core Fields Ajax. You can try all this out on our demo site below.you mean I can use CB Core Fields Ajax to update dropdown based on subscription plan selected during registration , is this true ?
currently I use Query Drop Down (Single Select) with this query :
There is no functionality for that. The only way that'd work is if you used a Query field to query for their currently subscribed plan then substituted the query field into your Query Select field, but this won't work on registration.I want to do the same thing but based on subscription plan selected like WHERE planid= [plan selected]
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.