Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?