London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?