Form success and error messages with half cache strategy #8781
Replies: 4 comments
-
Does it work with static caching disabled? |
Beta Was this translation helpful? Give feedback.
0 replies
-
With static caching disabled it works, yes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I get the same issue. Disabled static caching, the success is showing. With half measure on, it isn't. Even if I wrap only the success tag or the whole form with a nocache tag. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There seems to be an open bug report for this issue: #7628 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a form with error and success messages like this:
I'm using the half cache strategy, but the contact URL is excluded in config/statamic/static_caching.php
'exclude' => [ "/contact", ]
For some reason, the error and success messages are not being displayed.
I've also tried wrapping them with the {nocache} tags, but that doesn't work either...
Beta Was this translation helpful? Give feedback.
All reactions