1
votes

I tried using w3schools' example of using autocomplete

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_form_autocomplete

I used jquery to alter the form and add autocomplete="on" on the form and on the input fields but It doesn't work

1

1 Answers

0
votes

Submit your form then use F5 on your keyboard to refresh the form. The form saves the last thing you typed so if you put the first character again it will autocomplete. It is also written in explanation : Fill in and submit the form, then reload the page, start to fill in the form again - and see how autocomplete works.