This applies to the embedded co-browsing component only. |
Excluding Content
In order to exclude the content (value) of HTML text input fields (input element with type text or text area element) from being captured by Unblu, add a special HTML attribute to the element, as follows:
<input type="text" unbluCapturingHint="block"/>
The co-browsing partner sees only placeholder characters (asterisks) instead of the content that is entered.
Protecting Content
You can mark elements as protected, so that the consultant cannot edit them. To do so, add the attribute unbluEditingHint
to the element, as follows:
<div unbluEditingHint="block">...blocked content...</div>
This attribute will show a lock icon for the consultant who clicks on the specific element.