Nope, validation kicks in as soon as the field value begins changing.Is there a way to not show the requirement error of how many checkboxes need to be selected until they click update? As soon as I click the first checkbox it shows me an error. Please select at least 3 options. This is not a huge big deal but I am just wondering. Just trying to figure out the system to make my decisions on how to tweak this.
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.
Please Log in or Create an account to join the conversation.
No matter what you do that's a lot of configuration regardless. Your best option is to use a single mulicheckbox and use the Rows and Columns parameters so it displays nicely as a grid. That would be a lot better than having 64 individual checkboxes across multiple tabs.1. With 64 options and only 8 required I need to break these up into tabs for so the page is not a mile long and easier for me to manage by filtering by tabs when making this beast.
You can substitute fields into other tabs or even entire tabs into other tabs using substitutions in a Custom HTML field. See the substitution tutorial linked to in my above reply.2. So the 8 things they have selected to be laid out like I want. If they have one in each category I don't want public visitors to have to open 6 tabs to see one thing.
You can add instructions using Custom HTML fields. Where and who they display to is entirely up to you using built in ACL of the fields tab, setting the field not to display at specific locations, or more advanced display controls using CB Privacy or CB Conditional.3. I want instructions on each page that are not shown on the frontend.
We've no functionality for this at all. Best I can suggest is just manually exporting the database using phpmyadmin or maybe CB Juice.6. A way to copy all info to archive it in a file? Not sure yet but each year they may have to do this over again. Still trying to figure out how to do this.
We just don't have drag and drop ordering in the table views at this time. We'll be implementing that in a later release.Is there some reason I cannot order fields in the backend with AJAX like other things. Dragging them is a nice method. Just curious because you have it in some places like ordering multicheckbox vaules, etc. Changing the order with numbers is sufficient it's more of a question.
Please Log in or Create an account to join the conversation.
No matter what you do that's a lot of configuration regardless. Your best option is to use a single mulicheckbox and use the Rows and Columns parameters so it displays nicely as a grid. That would be a lot better than having 64 individual checkboxes across multiple tabs.
Please Log in or Create an account to join the conversation.