• Resolved admiraltuuvok

    (@admiraltuuvok)


    Hello, I have a form for booking coach travel, how am I able to disable the browsers autofill function on the form?

    I have tried in custom JS
    $form.attr('autocomplete', 'off')
    But this seems to not work.

    It also is using the google api for address autocomplete so would like to keep this active while disabling the browsers autofill/autocomplete function please!

Viewing 1 replies (of 1 total)
  • Hello @admiraltuuvok,

    The autocomplete attribute actually depends on the browser. For example, the autocomplete attribute doesn’t always work in Chrome and Firefox. So, in this case, there isn’t much we can do from our end.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Disable Autocomplete’ is closed to new replies.