You are reviewing MouseStats documentation: Take a look to the product!

How to opt-out sensitive fields from tracking?

There are some sensitive fields in all websites. By default MouseStats will not record any password textbox, but for other sensitive data like credit card information, you can simply add a css class to your textbox/textarea to disable it for recorder.

CSS Class: sensitive

Example:

<input type=”text” name=”cvv” class="sensitive" />
<input type=”text” name=”cvv” class="txt sensitive" />