again some issue with the forms 😦
- I use forms a lot ...
- I have a form in the footer on every page.
- All pages are modular page.
Everything visible and defined in the frontmatter disapperas after a while (approx. 2h).
Only the form-html with the hidden input-fields for __unique_form_id__ and form-nonce etc. gets rendered.
The footer is a template-partial and loads the form with this include
{% include "forms/form.html.twig" with { 'form': forms('footer-form') } %}
I guess it has something to do with caching.
So what are the ideal values for the different caching layers when I want to use forms?