With the caching, is there a way to completely prevent caching on a specific page URL?
I'm setting up these pages:
/demo /demo/step-1 /demo/step-2 /demo/step-3
All of these have forms on them. I'm noticing I need to clear cache every time I'm doing a test submission, otherwise parts (or all) of the form is hidden.
I have the form code wrapped in {{ nocache }} but that doesn't seem to do anything.
With the caching, is there a way to completely prevent caching on a specific page URL?
I'm setting up these pages:
/demo /demo/step-1 /demo/step-2 /demo/step-3
All of these have forms on them. I'm noticing I need to clear cache every time I'm doing a test submission, otherwise parts (or all) of the form is hidden.
I have the form code wrapped in {{ nocache }} but that doesn't seem to do anything.