Whenever I change any field for any reason I get this message:
"Note changing a fields name will also change its database columns. This could result in broken queries or broken parameters that depend on the fields name and/or database columns. Change with caution."
This comes no matter if I am changing the field from being viewed at registration to not being viewed at registration. Or anything thing else. Even if i move a field from one tab to another tab.
I have gone into tools and ran everything these for database clean up and still I get this message for any field I change.
The page isn't done loading, that'll hide once the page is done loading. If the page is taking too long to load you may have a select field with too many options or you've too many fields while having CB Conditional installed as its select2 inputs will take forever to parse. Below is a quickfix to solve the slow loading if that's the case.
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.
I have one multiselect that choose a single drop down list of 50 options...that's it!!!!!! This should not be happening to me....ooooh what, this started happening as soon as I installed "CB Conditional". Okay so if I do the patch you suggested, will my single drop downs and multi selects stop working?
No, they won't stop working. They just won't be a select2 anymore. It's because there's too many options for jQuery to parse into a select2. 50 isn't very many though so it really shouldn't be choking on 50; it took around 100ish in my tests to choke out jQuery. At any rate we've a bug ticket to fix for a later release.
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.