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}
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.
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
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}
Cool thanks. Will try that.
/Rune
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
will be recordid
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?
is working on a reply...