Direction: 2 way
The problem is when the moderator tries updates a user profile with the field cb_usertype (which I mentioned earlier) is empty, I get a notification that Apache has stopped working.
Tried Direction as 1 way but the problem still persist.
It is okay if the update is done through Ajax field update.
Try not to have fields condition them selves or tabs conditioned by a field on it self. This causes odd conflicts as the condition will see the field isn't accessible and will remove it as well as stop the new value from saving so basically the field won't save.
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 believe I'm currently having this issue. I have a conditional field (field conditional to others) for another field in the same "contact us" tab. My conditional field is acting strangely and doesn't save/work 90% of the time. I will select which fields to show and they don't show on some of my conditions (I have 4 instances in one) but show in others? I can change the "show" but it doesn't save.
It's almost like the database is confused? I know this explanation isn't as clear as I would like it to be but again I'm not sure why it's acting so strangely.
After a lot of testing I think it's only allowing me to have one condition per field. Right now I have four member types based on the member type one selects they get another drop-down showing the specific status. The conditions for only one of the four member types will work at one time.
Don't condition the same field multiple times. If you do this then only the last condition triggered will apply. You need to reconsider your conditional configuration to avoid conflicts. For example if you have a profile type field and it's supposed to show/hide various fields then don't place the condition on the profile type field. Instead place it on the fields that are supposed to be specific to a profile type. If you need to match multiple profile types while doing this you can use the REGEX operator to match multiple types using REGEX (e.g. /Type1|Type2|Type3/).
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.