Hi All, after redirecting to a confirmation page, maybe through a macro I would like to display the form results and run some things based on the results.
I am not sure the core basic inherit and request as I have tried a UmbracoViewPage with forms model but that does not work.
I did see this documented somewhere - one way to do it is to have a custom workflow that redirects to a "thank you" page passing the form id in the querystring. You can then have something on the page that uses that form id to look up the data using the Umbraco Forms API.
Confirmation page summary
Hi All, after redirecting to a confirmation page, maybe through a macro I would like to display the form results and run some things based on the results. I am not sure the core basic inherit and request as I have tried a UmbracoViewPage with forms model but that does not work.
Thank You
I did see this documented somewhere - one way to do it is to have a custom workflow that redirects to a "thank you" page passing the form id in the querystring. You can then have something on the page that uses that form id to look up the data using the Umbraco Forms API.
Problem is you can not pass variables in the "Go to page" you have
is working on a reply...