Form redirect not working #759
raramuridesign
started this conversation in
General
Replies: 1 comment 6 replies
-
Change to ---
title: Contact Us
summary: Contact
form:
name: form
processors:
- csv
- 'email':
recipients: [email protected]
title: The title of the form
subject: The subject of the form
schema:
name: [string, required]
email: [email, required]
message: [string, required]
redirect: /supporters
--- RedirectThe See also: #738 (comment) list of breaking changes with info what needs to be changed. Any page path needs to start with HoneypotAlso, you can remove the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a form - displays well and is a carbon copy from the example apart from some changes to the fields.
It throws this error
The info at the top of the form is this
the redirect page exists however I cannot work out why this throws an error.
Guidance would be appreciated.
Matthew
Beta Was this translation helpful? Give feedback.
All reactions