How to Redirect to Different Page with Steps Layout Submit Button #654
Unanswered
Gigan-ator
asked this question in
Q&A
Replies: 1 comment
-
I would think you would need a form. That form could have hidden controls that hold the data you want to forward to the summary page.
|
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.
-
I'm fairly new to using Pode.Web so I apologize if I'm just missing how to do this in the documentation.
I have a workflow I want to set up where in a Steps layout, when the 'Submit' button on the final step is clicked, it redirects to a summary page showing the selections that were made during the steps. This would be a new page entirely, for instance /projects would redirect to /projects/summary or something like that.
I understand how to create a button to navigate to a different page, but I specifically want to have the built-in 'Submit' button to perform the redirection.
Beta Was this translation helpful? Give feedback.
All reactions