Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
you can write an example using my example of data written on it?You should be using CB Conditional to condition the field away in profile edit then use the layout to condition the display in profile view.
Please Log in or Create an account to join the conversation.
Please try to use in the layout parameters for edit profiles and check that the value of the field before stored in the DB will be deleted.The layout parameters are strictly visual.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
With the Conditional, since I have reset active on settings CB Conditional, the fields would not be visible, but also lose the stored data.
Code:[cb:if FIELD_NAME="test"]PASS<div class="hidden">[value]</div>[/cb:if] [cb:if FIELD_NAME!="test"][value][/cb:if]
Please Log in or Create an account to join the conversation.