Please Log in or Create an account to join the conversation.
There's no functionality for that. Best I can suggest is use a Step by Step registration layout so it guides them through the process.How could we keep the flat registration for simple process but have all the fields hidden until a plan is really selected ?
This is still the case. You have to use one or the other and not both.I had thought at also using the CB conditional plugin to hide fields but don't know if it's best practice to use the plan feature allowing to hide fields or to use the CB conditional plugin ? last year we had conflicts between the two.
The tab condition will conflict with CBSubs conditions. You can't use both.Maybe best thing would be to have a Tab conditional show setting depending on a plan being selected ? I don't see how to achieve this as only fields can be selected and CBsubs fields tabs protect only act on the tab for registered users
The step by step elements all have CSS classes that you can use to restyle them however you want. Position change will be limited to what you can do with CSS. Right click and inspect element on the buttons for their CSS classes.If there is no alternative, I'll go to step by step registration but, in this case, can you tell me where I could substitute the template step by step to adapt it ? for instance change buttons next and previous css, positions, change nav pills to make them centered ? etc or go you add a "nav-fill" css rule ?
Not sure what you're trying to do here exactly, but that is not how the URL substitution works. Please be sure to read the substitution tutorial below carefully.I tried with language substitution but no luck so far for instance with :
Please Log in or Create an account to join the conversation.
'_UE_CLIENT_TYPE' => '[cb:if reason="register"]<i class="fad fa-inline fa-lg fa-fw fa-users-cog mr-1 ml-2"></i>Catégorie[cb:else]<i class="fal fa-inline fa-lg fa-fw fa-users-cog mr-1 ml-2"></i><span class="d-none d-xl-inline">Catégorie</span><span class="d-block d-xl-none font-weight-light mr-1 ml-2 x-small">Type</span>[/cb:else][/cb:if]',
Please Log in or Create an account to join the conversation.
Neither, it's in regards to what the API is outputting. The "register" reason is for registration output of a field.Regarding "reason" , is it related to the name of the page ? to the raw url only ?
I have no idea what _UE_CLIENT_TYPE is being used for. Is that a field title or field description? Those are the locations the special "reason" value works.And it only displays the second else on the registration page also. The page is SEF /inscription
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.