November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Looks like an HTML autocomplete
feature https://www.w3docs.com/snippets/html/how-to-disable-browser-autocomplete-and-autofill-on-html-form-and-input-fields.html
Quick and dirty solution - just set autocomplete="off"
with JS like this https://stackoverflow.com/questions/23061992/force-autocomplete-off-on-whole-html-document
My client has an issue with Episerver-Forms cashing the values from an input form when you leave the page before submiting the form. He see this as a potential security threat (even though we encrypt the input values when a form is submitted).
Any thoughts on this? Is it possible to maybe turn off the caching of form values?