Umbraco Contour -Form submitted Message should be current form data recorded instead of thank message
Hi,
I am using umbraco version 7.2 and I have implemented umbraco contour for mult-step form submission.
My question is that while submitting the last step of the Form, I could have to see the all the form information that have been recorded in previous step instead of Thank you message that can be set from setting. How can I get the current form data information here?
I am new in umbraco contour, I have no idea how to check it.
If im right, are you saying you want to display the data that has been submitted in placement of the "Thank You" text? Sorry just not got a very clear understanding of what your trying to achieve.
One way you could solve this is by create a node on your content tree, and then on the node place a macro that gets all the data from the submitted form.
Umbraco Contour -Form submitted Message should be current form data recorded instead of thank message
Hi,
I am using umbraco version 7.2 and I have implemented umbraco contour for mult-step form submission.
My question is that while submitting the last step of the Form, I could have to see the all the form information that have been recorded in previous step instead of Thank you message that can be set from setting. How can I get the current form data information here?
I am new in umbraco contour, I have no idea how to check it.
Best Regards Pradip
If im right, are you saying you want to display the data that has been submitted in placement of the "Thank You" text? Sorry just not got a very clear understanding of what your trying to achieve.
Hi Pradip,
One way you could solve this is by create a node on your content tree, and then on the node place a macro that gets all the data from the submitted form.
You can find how you are working with data in Razor https://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Working-with-Contour-data-in-Razor/ or XSLT here contour working with data or for XSLT https://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Working-with-Contour-data-in-XSLT/
As you can see you can choose a node in the content tree as thank you page. https://our.umbraco.org/projects/umbraco-pro/contour/documentation/Editor/Creating-a-form/Form-Settings/ under the section "Submitting the form"
Hope this helps,
/Dennis
Hi Dennis,
Yes, I have tried as per you said and it's very helpful to me.
Thanks.
Regards Pradip Chhwaju
is working on a reply...