Hi! I deploy wagtaildemo on heroku and then create new form page with two fields,
then click preview button. On preview page, I fill form fields and submit the form. After that I will receive Forbidden (403) CSRF token missing or incorrect error page.
Hi @pahaz,
Form pages are not intended to be functional when previewing - they need to exist as real published pages before they can accept submissions.
Hi! I deploy wagtaildemo on heroku and then create new form page with two fields, then click preview button. On preview page, I fill form fields and submit the form. After that I will receive Forbidden (403) CSRF token missing or incorrect error page.