Contact usRequest a demo

This document describes version 5 of Unblu. If you’re using the latest major version of Unblu, go to the documentation of the latest version.

The support period for version 5 ended on 22 November 2021. We no longer provide support or updates for this version. You should upgrade to the latest version of Unblu.

Embedded Co-Browsing - Masking And Hiding Webpage Elements

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 unbluEditingHintto 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.