How to setup a Custom Field Name

SessionCam uses the “name=” attribute to uniquely identify input, select and textarea page elements.

If you want to override an existing “name=” attribute, or you have duplicate names or non-meaningful names, you can tell SessionCam to use an alternative by setting the “sessioncam-name=” attribute.

This example would cause the input element to be identified by SessionCam as “search” instead of “q”.

<input id="query" name="q" sessioncam-name="search">
  • SessionCam can be configured to reveal or mask specific input fields based on these attributes. 
  • The attribute values (eg. "search") must be unique on that page