aerni / statamic-livewire-forms

Supercharge your Statamic forms with Livewire
https://statamic.com/addons/aerni/livewire-forms
Other
28 stars 2 forks source link

Question: Is there a solution to the csrf problem when using static caching? #9

Closed stuartcusackie closed 3 years ago

stuartcusackie commented 3 years ago

Just wondering, do these livewire forms work with static caching? I'm running into that CSRF problem, and it difficult for me to exclude these forms as they appear on a lot of my pages in the form of popups.

No big deal. I can do without static caching. Thanks.

aerni commented 3 years ago

Livewire doesn't work with Static Caching.

I wrote this addon for this exact reason: https://github.com/aerni/statamic-dynamic-cache

stuartcusackie commented 3 years ago

Thought so. Thanks for clearing that up.