As the subject states, I am trying to hide certain tabs at registration, depending on what plan is selected.
I will have 3 profile types but we can focus on 2 - say they are member & sponsor.
- The member will have a tab for user & password, but also include a tab for work info & another for home info.
- The sponsor will have a tab for user & password, but also include a company/organization tab and NOT the work/home info tabs
I have the registration page set to use "Step by Step" (and have tried "Tabbed" too). The plans are configured in CB Paid Subscriptions to hide fields that are not applicable for the plan type. But when someone registers it still shows the step/tab in the process, just does not contain any fields.
I found
an old support topic on this
which says it is not possible from configuration, only to do an auto action with custom jQuery. If this should be merged to a reply there please go ahead.
There's also
a feature ticket
in the last response but it's nearly 16 months old and 0% done.
There are a lot of fields and I'd rather not just dump them all at once in "Flat" layout but it seems that's my only option without doing custom code.