On your form “process:” maybee try removing - display: thankyou and see if it works?
I think in order for the thank you page to display it has to exist. So you need to make a separate thankyou.md inside a folder inside the page. Let me know if that was it.
Just a guess, but maybe you named your page inside /thankyou as the tutorial suggest: formdata.md. Thus, grav is looking for a page template named formdata.html.twig
You can either rename your file or specify a template: yourtemplate in the frontmatter
@davidalanbruce yeah I already have that page so it exists, although a bit different from what you named it. My current folder structure looks like this:
This one seems very tricky to me!
I’ve had the same problem, same Folder Structure, but nothing seemed to solve it. Just after I modified the Folder Structure via Admin Plugin (Set Parent to another page and back again) it works for me. Maybe this helps someone else before going mad.