Hello there,
i am a little bit confused abt setting up a form within a modular page.
This is my setup:
/usr/pages/01.home/ .. _contact.md /form-thx/form-thx.md ..
Within the the _contact.md i have definied the form in the frontmatter. The corresponding twig file contact.html.twig looks like this:
<section>
...
{% include "forms/form.html.twig" with { form: forms('contact-form') } %}
...
</section>
<section>
...
</section>
The email is send correctly, but grav couldnt find the thanks page.
Display page not found. Please check the page exists.
Any thoughts?
Thanks in advance!