- Issue created by @JeremyFrench
- Status changed to Closed: cannot reproduce
over 1 year ago 11:46pm 26 May 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
This issue might be addressed in 6.2.x, which includes some minor caching fixes.
I had a form and the confirmation page message changed depending on the results. I used a settings handler to manage this depending on some conditions.
However, the confirmation page was cached (by internal page cache I believe)
So the message would stay the same between different submissions and some people would see the wrong message.
I've got round this by altering the route for all submissions. But I think the handers themselves should change the caching of the confirmation page if they alter its content.
It may even be that if a settings handler is defined we should not cache the confirmation page.
This is similar to https://www.drupal.org/project/webform/issues/2892854 β but didn't involve tokens.
Closed: cannot reproduce
6.1
Code
This issue might be addressed in 6.2.x, which includes some minor caching fixes.