# Website Developers

If you are a website developer and your users are experiencing a compatibility issue with Keeper's browser extension, please follow the steps below.

### Keeper Icon Appearing in Wrong Field

![Form Field Icon](https://914511346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGVtOTYUIkVBoYtFvK%2Fuploads%2F3Fr8tMfTYyhYUqcE7Lb7%2FScreen%20Shot%202024-06-04%20at%209.50.19%20AM.png?alt=media\&token=54ddf61c-a78e-411d-b065-fddf9fcd0156)

Keeper uses pattern matching to determine if a field should display a lock icon. If a lock icon is showing on a form field in error, you can supply a CSS class of `keeper-ignore` to your form element.  For example:

```
<input id="user_field" type="text" class="keeper-ignore my_class"/>
```
