Open co7e opened 1 year ago
@co7e I've made a clone of this Extension called Fake Filler 2, which matches confirmation fields against the full set of attributes, the same as other fields use. You can find it in the web store here: https://chrome.google.com/webstore/detail/fake-filler-2/cjikmgjafbapgbmlaobilpfjhoimmblo Any feedback is welcome!
The confirmation fields match feature only works off the name attribute and not the id or other attributes. I think it would be expected that the confirmation fields would match on the same attributes that standard input fields are matched on.
For the site I'm using it on, it populates the email input fine (matched on id), but then generates a different email in the confirmation input because it can't match on the id.