Hi,
I have a CustomHTML field that is visible on profile view.
Inside this CustomHTML field I call a TextArea field with User Controls Privacy set.
As far as I know, the CustomHTML field will respect the privacy of the TextArea field.
Inside the CustomHTML field I have tried calling the TextArea field using options: [FIELD_NAME], [cb:userdata field="FIELD_NAME" /], [cb:userfield field="FIELD_NAME" /], but I get the following:
When using [cb:userfield field="FIELD_NAME" /], the field is not visible on profile view, no matter User Controls Privacy.
When using [FIELD_NAME], [cb:userdata field="FIELD_NAME" /] the field is visible on profile view no matter User Controls Privacy.
So how is it possible to hide the field based on User Controls Privacy?
Thank you