Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • J 447 posts 864 karma points
    May 28, 2013 @ 12:15
    J
    0

    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

  • J 447 posts 864 karma points
    May 29, 2013 @ 10:57
    J
    0

    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

    Jun 03, 2013 @ 12:45
Please Sign in or register to post replies

Write your reply to:

Draft