Auto-Fill for Columbia Bank Business Not Working

This used to work fine, which leads me to believe it’s related to the autofill.js v2 implementation. I’ve tried setting up custom fields for the login/password, which didn’t help.

https://mycb.columbiabankonline.com/columbiabankonline/uux.aspx#/login
Edge Browser Extension: 2024.2.1
Windows 10

I am able to autofill on auth.max.com, so I do have v2 of autofill.js enabled.

I figured I’d ask here first before filling out an auto-fill failure request.

Thanks, all!

– Brian

I can confirm that this doesn’t work on Chrome/Windows 11 either.

Oddly, this form uses the same id attribute (input-guid-1001) for both the username and password field — I wonder if that is part of the problem.

I am actually seeing different ids for the two fields:
username: input-guid-1000
password: input-guid-1001

There is “#shadow-root” in the DOM, so it seems like it’d be related to Shadow DOM forms. :man_shrugging:t2:

I guess I’ll fill out the autofill form and see how that goes.

Thanks, all!