Replies: 1 comment
-
|
Added in #31 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Users want the Contact Form Block to optionally redirect to a CMS page after successful submission. Use cases include download pages requiring registration, custom "thank you" pages, or landing page funnels. Currently, the form shows an inline success message and stays on the same page.
Approach
Add an optional "Redirect after submission" setting to the Contact Form Block. When configured, the browser redirects to the selected page URL instead of showing the inline success message. The redirect URL is resolved server-side and passed to the Alpine.js component.
Beta Was this translation helpful? Give feedback.
All reactions