I've recently started to work with Umbraco Contour. And I got this issue, the second time I'm trying to post a form, it will just become blank.
However, the first time I'm posting the form it will complete and I will be sent to another page that I selected in Contour. But if I return right after to the same form and try to post it again ( with new values etc. ) It will just refresh the page and the form will become invisible. ( No record in the database nor sent to another page )
I've tried to solve this issue and the only thing I have came up with is that if I clean all my cache and it will work, i.e. If i clean the cache between my posts.
I've also tried to change the settings in UmbracoContour.config with no success: <setting key="DisableFormCaching" value="true" />
Cache problem?
Hi,
I've recently started to work with Umbraco Contour.
And I got this issue, the second time I'm trying to post a form, it will just become blank.
However, the first time I'm posting the form it will complete and I will be sent to another page that I selected in Contour. But if I return right after to the same form and try to post it again ( with new values etc. ) It will just refresh the page and the form will become invisible. ( No record in the database nor sent to another page )
I've tried to solve this issue and the only thing I have came up with is that if I clean all my cache and it will work, i.e. If i clean the cache between my posts.
I've also tried to change the settings in UmbracoContour.config with no success:
<setting key="DisableFormCaching" value="true" />
Best Regards,
Hampus
Comment author was deleted
This was a bug, fixed in the latest release so you can just upgrade http://our.umbraco.org/projects/umbraco-pro/contour
Comment author was deleted
Btw had nothing todo with the form caching (was tempdata that didn't clear)
Thanks for your reply and for the fix, glad you understood the issue.
Best Regards,
Hampus
is working on a reply...