Hi there
I have a text area field "cb_bio" that I want to appear on profiles only for certain users. To do this, I have used a CB conditional "field conditional self" to check the value of another field: cb_bio is shown only if the other field holds the value "author".
This works for showing the field on relevant profiles. However, for some reason, when that conditional statement is included, the user is unable to edit the field from the front end of the site. Back-end editing by a super-admin still works. Front end editing by the user functions normally if the conditional statement is removed.
Am I missing something here, or is this a bug?