FakeFiller / fake-filler-extension

A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
https://fakefiller.com
MIT License
571 stars 162 forks source link

Can't autofill on custom field #211

Closed axelc-una closed 2 months ago

axelc-una commented 2 months ago

Hi! Thank you for your great extension.

I have a custom field like this, and autofill doesn't work. How can I fix it?

These are my settings: image

and this is my form field. input class="form-control" id="PERSONAL_ADDRESS-street" type="text" name="PERSONAL_ADDRESS-street" aria-label="PERSONAL_ADDRESS-street" autocomplete="off" value="Necessitatibus et vo"> image

husainshabbir commented 2 months ago

The match field should not contain any punctuation. Replace PERSONAL_ADDRESS-street with personaladdressstreet. You can also just put in personaladdress in the match field and the extension should match your input element.

See https://github.com/FakeFiller/fake-filler-extension/wiki/Customization-using-Custom-Fields-and-Profiles for more information on how the extension finds the correct custom fields.

axelc-una commented 2 months ago

The match field should not contain any punctuation. Replace PERSONAL_ADDRESS-street with personaladdressstreet. You can also just put in personaladdress in the match field and the extension should match your input element.

See https://github.com/FakeFiller/fake-filler-extension/wiki/Customization-using-Custom-Fields-and-Profiles for more information on how the extension finds the correct custom fields.

image image

It works now. Thank you! I'll close this issue.