I have 2 conditions set for each now. Once that shows the text field when the checkbox is selected and one that hides it on the public side if it's empty. Any ideas on this?
Just set CB to hide empty fields within CB > Configuration > User Profile. You shouldn't need a second condition for this. Also your second condition won't work as you're using it now in CB Conditional 5.0.0 as I'm rewriting it. Conditioning the same field twice is not supported (even if in separate locations) and will be enforced with 5.0.0 as it's causing a lot of serious conflict problems, but 5.0.0 is implementing AND/OR conditioning.
Please Log in or Create an account to join the conversation.
Yes, as explained already use CB Conditional for that. That's the entire purpose (show/hide tabs/fields based off the value of other fields). A checkbox uses a value of 1 (yes) or 0|NULL (no). It's best to use Equal To 1 or Not Equal To 1 conditions for checkbox fields. If using a multicheckbox you need to use the usage explained below.I am testing this and need to know how or if it's possible to hide the text area fields if the checkbox is not 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.
Yes, if it's a Joomla article you'd just use Joomlas built in menutypes for linking to articles. If it's a CB Auto Action select Community Builder > Plugin menutype and for Plugin select CB Auto Actions and from there you can specify what auto action to link to.Another question about this summary page. Is it possible to make a menu item for it so I can assign modules, etc?
For a Joomla article, no. For CB Auto Actions, yes as you're including the user id of the user being edited. Probably easier just to not redirect if the user is a moderator (use the Access parameter to do this).Can an admin see this page by some custom URL?
You'd just add a condition directly to each textarea field checking your multicheckbox with an Is REGEX condition. Example as follows.Your instructions are to use regex which I am Is REGEX and the values like you showed me. It seems to be all or nothing though. Each checkbox needs to open a single text area. Do I need to do this for each one? If so there are 5 CB Conditional options I need over 20 for this one alone. Or is there another way? Now that I am using multicheckboxes I hate to go back to single ones.
Please Log in or Create an account to join the conversation.
You'd just add a condition directly to each textarea field checking your multicheckbox with an Is REGEX condition. Example as follows.
I suggest using a single multicheckbox field and set Minimum Select to 8. That should guarantee at least 8 options are selected.
Please Log in or Create an account to join the conversation.