Copied to clipboard

Flag this post as spam?

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


  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 09, 2012 @ 10:57
    Rune Grønkjær
    0

    Get record values on "Thank you" page

    Hi,

    Is there any way to get and display the form data just entered on the "Thank you" page. Like:

    ----

    Thank you Rune,

    A mail will be sent to you on [email protected]

    ----

    Thanks in advance

    /Rune

  • Comment author was deleted

    Mar 09, 2012 @ 11:00

    Sure, if you redirect to a page contour will post the record id and with that you should be able to fetch all the details.

    Or if you set the message (and don't redirect) you can use some shortcuts in the text to handle that, but check the developer docs for that (available on the contour project page), you should be able to do something like

    Thank you {record.FirstName} a mail will be sent to you on {record.Email}

  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 09, 2012 @ 11:02
    Rune Grønkjær
    0

    Cool thanks. Will try that.

    /Rune

  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 09, 2012 @ 11:05
    Rune Grønkjær
    0

    By the way. What key does contour post the record ID under? "id" or "recordId" or anything like that. The docs says nothing about that.

    /Rune

  • Comment author was deleted

    Mar 09, 2012 @ 12:26

    will be recordid

  • Robin Grandin 6 posts 23 karma points
    Mar 14, 2012 @ 11:22
    Robin Grandin
    0

    Hi!

    I don't quite understand how to implement this funtion.

    Can any of you please specify Where i put the {recordxx.myformname} code?

    I've checked that my form name is Fornamn so the code would be something like {redord.Fornamn}. And i have tried put it under the "Message on submit" box. But it doesn't work, it doesn't collect my form name's data! And if i try it and have a look at the source code i can see that it's not pasted in any script functions, just as plain text which explains why it doesn't work.

    Any suggestions of what's wrong?

Please Sign in or register to post replies

Write your reply to:

Draft