I have a Contour form which gathers some info from a user. At the last step i would like the user to click Submit which will the use the "Post form to url" option..... When this Contour form is received to this page i would like to display all the info appropriately and in a friendly manner which is then used by the user to print the page.
Is this possible and how could i get around 30 fields to the URL that should render the page?
So far this is what i have done which doesnt display any values from the contour form.
Under the contour form - settings i changed the page to redirect to the page that would display the read only values. This redirects the user but no values are displayed.
The way I have set the values is to go into Workflows - When the form has been submitted - Post to form -
URL - http://testsite.com/form.aspx Method - Post Fields - Name - select Name from dropdown. Left user and password to the default filled in values.
In the form web page (the form that should display the data from the contour form) i then add the below
Post to URL question
I have a Contour form which gathers some info from a user. At the last step i would like the user to click Submit which will the use the "Post form to url" option..... When this Contour form is received to this page i would like to display all the info appropriately and in a friendly manner which is then used by the user to print the page.
Is this possible and how could i get around 30 fields to the URL that should render the page?
Thanks
So far this is what i have done which doesnt display any values from the contour form.
Under the contour form - settings i changed the page to redirect to the page that would display the read only values. This redirects the user but no values are displayed.
The way I have set the values is to go into Workflows - When the form has been submitted - Post to form -
URL - http://testsite.com/form.aspx
Method - Post
Fields - Name - select Name from dropdown.
Left user and password to the default filled in values.
In the form web page (the form that should display the data from the contour form) i then add the below
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
<asp:Label runat="server" ID="ttl" Text="{Name}" />
</asp:Content>
I have substituted Text with Value but nothing works??
Comment author was deleted
Posted some details here http://our.umbraco.org/forum/umbraco-pro/contour/41399-Get-values-from-Contour-form?p=0#comment151449
is working on a reply...