Disable Autocomplete
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Disable Autocomplete’ is closed to new replies.