Same problem here.
@Aracon Welcome to the forum!
Although the net effect of what you’re experiencing (card numbers not autofilling) may seem similar to what has been described in the 2023 post above, there have been so many changes in the Bitwarden code since then, that it is highly unlikely that your issue is the “same problem” as that described by OP.
Therefore, if you want assistance, please provide a detailed description of your issue. What operating system and browser are you using, and what version of the browser extension do you have installed? Does the problem occur on all websites, on most websites or only on some websites (and which ones, in particular?)?
Which specific method(s) have you used to attempt autofilling? What exactly do you observe when you make these attempts (e.g., any error messages)?
Can you autofill Identity information using the method that is not working for Card information?
@Aracon Your comment has now been relocated into a dedicated thread, to respect the wishes of the OP of the topic where you had originally commented.
Please provide your detailed information here.
Ok so I have a site where it works. On that site the HTML for the input field looks like this:
<input id="adyen-checkout-encryptedCardNumber-1747039641116"
data-fieldtype="encryptedCardNumber" type="text" inputmode="numeric" maxlength="24"
autocomplete="cc-number" placeholder="" aria-label="Kartennummer" aria-invalid="false"
aria-required="true" aria-describedby="adyen-checkout-encryptedCardNumber-1747039641116-ariaContext"
style="display: block;" class="js-iframe-input input-field chckt-input-field--validated js-chckt-input-field-validated"
data-type="gsf">
and a site where it doesn’t work:
<input required="" autocomplete="cc-number" id="number" name="number" type="text"
inputmode="numeric" pattern="[0-9\s]*" aria-describedby="error-for-number
tooltip-for-number" data-current-field="number"
class="input-placeholder-color--lvl-22" style="font-family: -apple-system,
BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem; letter-spacing: normal; line-height: 1.5; color: rgb(0, 0, 0);
text-decoration: none; text-transform: none; --placeholder-color: hsl(0, 0%, 44%);
padding: calc(0.964286rem) 0.785714rem; transition: padding 0.2s ease-out;"
placeholder="Card number" aria-invalid="true">
I’ve tried adding a custom field to the credit card entry with name number
or cc-number
but that didn’t help either.
Extension Verison is 2025.4.0
, the problem occurs on Windows
and Linux
and the browser is Firefox 138.0
Can you share the URL?
Sure
Thank you for sharing the link. There are several websites that have been coded in such a way that Bitwarden’s autofill algorithm is prevented from functioning. The Biqu site appears to be one of those. Your only recourse is to submit an Autofill Failure Report, using the following form:
In the meantime (until developers have come up with a fix), you can use “drag-and-fill” to enter the card information into the form (this works best if you first “pop-out” the extension window).