I have 24 rating fields during registration process. They are in 3 different tabs. I like to show the second tab when the first 8 ratings are done and the third when the next 8 ratings are done.
Can this be achieved with cb conditional? I tried with
tab --> if "last field of tab before" is empty --> then hide "next tab"
but it is still visible in registration process while registration enabled. Can it be that a rating field alwayse has a value? Is there a different solution?
EDIT: I ADDED CHECKBOXES TO SEPERATE TABS; WITH RATING FIELDS IT SEEMS NOT TO WORK... THANK YOU
That'd mean you're conditioning the same tab 8 times. You can only condition something once. The last condition applied is the only condition that matters. There is currently no AND/OR usage, but it's planned in a later release which would allow this to be doable.
The rating field uses a hidden input where its value is stored during calculation, but it can never be empty as it'll have a value of at least 0, which is not empty. You'll need to check that its value is greater than 0.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.