diff --git a/_articles/features/auto-fill-card-id.md b/_articles/features/auto-fill-card-id.md new file mode 100644 index 00000000..fe57965e --- /dev/null +++ b/_articles/features/auto-fill-card-id.md @@ -0,0 +1,37 @@ +--- +layout: article +title: Autofill Identities and Cards +categories: [features] +featured: true +popular: false +tags: [browser, autofill, auto-fill, identity, card, form fill] +--- + +Bitwarden can autofill more than just your usernames and passwords! It can make online purchases and account creations a breeze. If you're unfamiliar with what these item types are, refer to our [Managing Items][managing-items-doc] article. + +{% note %}The ability to autofill identities and cards is only available with the Bitwarden web browser extension at this time. Unfortunatley, mobile platforms such as Android and iOS do not support these types of autofill functions.{% endnote %} + +## Autofill an Identity + +1. From a page that you wish to autofill, open the browser extension and find your Identity under the **Identities** section. {% image features/auto-fill-card-id/id_fill1.png %} +2. Click on the Identity. The Bitwarden browser extension will find any relevant fields that match the data in your identity and fill them. {% image features/auto-fill-card-id/id_fill2.png %} + +## Autofill a Card + +1. From a page that you wish to autofill, open the browser extension and find your Card under the **Cards** section. {% image features/auto-fill-card-id/card_fill1.png %} +2. Click on the Card. The Bitwarden browser extension will find any relevant fields that match the data in your card and fill them. {% image features/auto-fill-card-id/card_fill2.png %} + +## Hide Identities and Cards + +Identities and Cards can be hidden from view of the **Tab** section if your prefer them not be shown when opening the browser extension. + +{% note %}Hiding these items will disable their ability to be auto-filled.{% endnote %} + +1. Open the Browser Extension +2. Select the **Settings** tab. +3. Scroll down to the **Other** section. +4. Select **Options**. +5. Select **Don't Show Cards on Tab Page**. +6. Select **Don't Show Identities on Tab Page**. + +[managing-items-doc]: https://bitwarden.com/help/article/managing-items/#adding-items \ No newline at end of file diff --git a/images/features/auto-fill-card-id/card_fill1.png b/images/features/auto-fill-card-id/card_fill1.png new file mode 100644 index 00000000..c3deb789 Binary files /dev/null and b/images/features/auto-fill-card-id/card_fill1.png differ diff --git a/images/features/auto-fill-card-id/card_fill2.png b/images/features/auto-fill-card-id/card_fill2.png new file mode 100644 index 00000000..ec46854f Binary files /dev/null and b/images/features/auto-fill-card-id/card_fill2.png differ diff --git a/images/features/auto-fill-card-id/id_fill1.png b/images/features/auto-fill-card-id/id_fill1.png new file mode 100644 index 00000000..a6a3dea7 Binary files /dev/null and b/images/features/auto-fill-card-id/id_fill1.png differ diff --git a/images/features/auto-fill-card-id/id_fill2.png b/images/features/auto-fill-card-id/id_fill2.png new file mode 100644 index 00000000..ac32bbf7 Binary files /dev/null and b/images/features/auto-fill-card-id/id_fill2.png differ