Contour saves information in input fields after submitting
I've encountered a problem with Contour. After submitting the form, the page saves the information and can be visible for a visitor that never been to that page before.
Anyone got a clue? All help and thoughts are appreciated.
I just noticed the same issue on our site as well. Right now the page in question is in a staging environment, so I can't send you a link. We are using Contour v.2. The form in question is pretty basic - a single step, 4 text fields.
I know this isn't a local cache issue - Ctrl+F5 doesn't clear it, and you see data from a totally different user anyway.
This is a serious privacy/security issue. Do you have any update on it?
Thanks.
Ps. If I delete all the submitted entries in the data table, the form loads blank. It seems to always grab data from the last added entry and pre-populate the form. If I select "Manual Approval" = true on the Form properties, nothing changes, so, it seems that the last value is grabbed regardless of "Approved" status.
We had the problem on an Umbraco site 4.0.3 Umbraco came out with a new package of Contour 2 (version 1.1.8) After downloading and installing it. The problem was solved.
You'll have to update a config file after upgrading: set DisableFormCaching to True in the \umbraco\plugins\umbracoContour\UmbracoContour.config file and then touch the web.config after making that change.
Contour saves information in input fields after submitting
I've encountered a problem with Contour. After submitting the form, the page saves the information and can be visible for a visitor that never been to that page before.
Anyone got a clue? All help and thoughts are appreciated.
..........................
Best Regards
Christian
Comment author was deleted
Hi Christian,
Any chance you can send me a backup of you site so I can try to reproduce the error? tg at umbraco dot com
Thanks,
Tim
I just noticed the same issue on our site as well. Right now the page in question is in a staging environment, so I can't send you a link. We are using Contour v.2. The form in question is pretty basic - a single step, 4 text fields.
I know this isn't a local cache issue - Ctrl+F5 doesn't clear it, and you see data from a totally different user anyway.
This is a serious privacy/security issue. Do you have any update on it?
Thanks.
Ps. If I delete all the submitted entries in the data table, the form loads blank. It seems to always grab data from the last added entry and pre-populate the form. If I select "Manual Approval" = true on the Form properties, nothing changes, so, it seems that the last value is grabbed regardless of "Approved" status.
Hi Heather,
We had the problem on an Umbraco site 4.0.3
Umbraco came out with a new package of Contour 2 (version 1.1.8) After downloading and installing it. The problem was solved.
Hope it will fix your problem aswell.
Best Regards
Christian Svensson
Thanks for your reply, Christian,
The site in question is running umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657), and Contour with the 1.1.8 update.
Is it possible that Contour 2 is not compatible with umbraco v 4.0.2.1?
You were previously running Contour 2 - but without the 1.1.8 update?
Heather
Hi Heather,
My mistake! There is another update (1.1.9) You can find it here: http://nightly.umbraco.org/Umbraco%20Contour/1.1.9%20WIP/
Upgrading to this version should fix the issue
You'll have to update a config file after upgrading:
set DisableFormCaching to True in the \umbraco\plugins\umbracoContour\UmbracoContour.config file and then touch the web.config after making that change.
Best Regards
Christian Svensson
Wow, thanks so much! That took care of the problem. You're a life-saver :-)
~Heather
is working on a reply...