Page 1 of 1

Autocomplete

Posted: 17 May 2019
by andyb
Is there a way within Forms Designer to disable autocomplete for fields (if it has been enabled in the user's browser)?

I have a client reporting that it does work in certain fields but not in others, is there a way to control behaviour other than asking the user to switch settings in the browser?

Kind regards

Andy

Re: Autocomplete

Posted: 23 May 2019
by AlexZver
Dear Andy,

I'm sorry for a late reply, just add this code in the JavaScript Editor:

Code: Select all

$("form").attr("autocomplete","off")