How can I disable autocomplete on form inputs? autocomplete="off" not working

Hey all!

Read Only Link
Live Page in Reference

I am trying to disable autocomplete on a form input on my Webflow site. I found a previous thread and some Stackoverflow articles suggesting I create an attribute of autocomplete=“off” or “false”. However, neither of these have worked for me. I was hoping someone might be able to help on the correct attribute to add here.

Any help is appreciated. Thank you!

I would suggest reviewing this MDN document. It describes why some browsers don’t support autocomplete=“off” and provides a link to a jQuery plugin that might provide a workaround for you.

1 Like