I have a client who is experiencing that form values are being cached in a way that the values which have been submitted by one client are displayed in the form as default values when the next client uses the form.
The client was using 1.1.8, but I upgraded to 1.1.9 even though it did not make things better!
Form values are being cached on server-side
I have a client who is experiencing that form values are being cached in a way that the values which have been submitted by one client are displayed in the form as default values when the next client uses the form.
The client was using 1.1.8, but I upgraded to 1.1.9 even though it did not make things better!
Any idea on what's causing it?
Comment author was deleted
Are you using on older version of umbraco?
Try setting the DisableFormCaching value to True in the \umbraco\plugins\umbracoContour\UmbracoContour.config file
I had the exact same problem and Tim's solution worked for me.
is working on a reply...