Been using this for a while now and I love it. I've been trawling through the forums and haven't found a solution to this.
I have custom hidden fields which are a simple integer. I have the form redirecting to a success page.
My client is using a pixel to track their comments based on these variables, so I need to populate certain fields on the thank you page with these custom fields.
I see 2 ways of doing it. I can somehow get the post data and echo it, or I can use url variables. i.e http://www.site.com/thankyou/?…..amp;var2=3
I've seen some solutions that allow them to do this via the confirmation message and such, but I need to have it on the redirect page.
Does cforms send the data to the redirect page at all or is there something custom to be done?
Thanks a lot. 