I've run into a couple questions while testing out Umbraco Forms on a test install of the latest Umbraco running with WebMatrix.
First, I want to use conditional logic to display parts of the form. This does not seam to work at all? Is this an issue with the current version?
Second, I would like to program the thank you display (either page or something on the same page) to display dynamically based on what was submitted. Is this possible? Is it possible to get the entry ID and pull the responses from there? Or some other technique to get the answers programmatically?
But I don't see the recordid being sent as a query string. Maybe that was removed from Umbraco Forms?
I also tried modifying the Form.cshtml partial used for rendering the form to see if I could get the recordid when Model.Submithandled == true, but it was 0.
Some questions about Umbraco Forms
I've run into a couple questions while testing out Umbraco Forms on a test install of the latest Umbraco running with WebMatrix.
First, I want to use conditional logic to display parts of the form. This does not seam to work at all? Is this an issue with the current version?
Second, I would like to program the thank you display (either page or something on the same page) to display dynamically based on what was submitted. Is this possible? Is it possible to get the entry ID and pull the responses from there? Or some other technique to get the answers programmatically?
Thanks!
Alex
Hello,
Did you watch the uHangout video about Umbraco Forms? A lot is explained in that video: https://www.youtube.com/watch?v=iTKb4k4UJqU
Jeroen
I did watch the uHangout video but I don't think it touched on this.
This blog post by Jason Prothero describes for Contour what I need:
http://www.proworks.com/blog/2013/07/18/how-to-display-the-submitted-record-from-umbraco-contour-on-the-thank-you-page/
But I don't see the recordid being sent as a query string. Maybe that was removed from Umbraco Forms?
I also tried modifying the Form.cshtml partial used for rendering the form to see if I could get the recordid when Model.Submithandled == true, but it was 0.
is working on a reply...