Way in HTML to prevent Chrome prompting to save address?
15:55 09 Jan 2023

I have a simple form like Google AutoComplete, where there's an input, it suggests answers, which then fills in a multi-part form in the background and submits it. The problem is, when I submit that form it asks if I want to save the address every time.

Is there a way to prevent Chrome from prompting for this? I've already tried autocomplete="off" or autocomplete="new-password" or autocomplete="do-not-autofill" (from herer: https://stackoverflow.com/a/30976223/713874) without luck.

Here is the URL: https://bss.addons.la/trips/booking/triage/

And here is the thing I'm trying to prevent from happening using code: enter image description here

html google-chrome