I have checked and the way to disable autofill is to have autocomplete="off" set for the input fields. If you inspect the code you will see this is indeed set in WebDev generated pages.
[
www.w3schools.com]...
The issue is that Chromium does not respect this setting.
See here: [
bugs.chromium.org]...
On one of my fields EDT_EmailAddress I've even tried renaming it to EDT_Field1, but Chrome is obviously clever enough (maybe detecting the field prompt) and still offers the email address autofill and then tries to autofill a whole bunch of other random fields - highly annoying!
I can't find a way to disable it.