Please Log in or Create an account to join the conversation.
There was no show fields option during registration. I believe you maybe confusing the functionality that CBSubs Fields Tabs Protection provides, which doesn't work on registration. I don't think you can have what you're wanting unless the plans are non-exclusive causing the one hiding fields to be unselected.On previous versions of CBsubs we had hide fields AND show fields at registration, now there is only hide fields ability, so how can i achieve the above scenario ?
Believe only way you can do that is to condition against your country field under the workflows tab.Second question : how can I condition the plan B to only show to people in a certain geographic area ?
Please Log in or Create an account to join the conversation.
The second plan depends on the first one and is complementary but it needs to hide fields if selected. First plan needs to be selected also.I don't think you can have what you're wanting unless the plans are non-exclusive causing the one hiding fields to be unselected.
Thanks for the idea I will place country field on the first tabBelieve only way you can do that is to condition against your country field under the workflows tab.
Please Log in or Create an account to join the conversation.
CBSubs has no functionality to show fields during registration. It only has functionality to hide them. You'd have to structure your plans in a way to allow for that. Example as follows.The second plan depends on the first one and is complementary but it needs to hide fields if selected. First plan needs to be selected also.
So we need a way to show a field instead of only hiding it. Or a solution to have the second plan takes priority on the first one hiding fields ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's what you'd have to do in order to have what you're wanting.I cannot have 5 children plans for the 5 main ones, too complicated to maintain in the future
I guess you could try adding an input directly to that plans description. You could then use CB Auto Actions to store that inputs value to a field. You'd likely need to do that on the after registration trigger. You can access post values directly using [post_INPUT_NAME]. I recommend using format functions to sanitize it though (e.g. sanitize to int).What would be your suggestion ?
Please Log in or Create an account to join the conversation.