Community & Support

Webform - Use submitted data in result page

I want to use some of my submitted data in webforms in the result page that I show the visitors.
I started trying to get the data from the $_POST variable, but this seemed to be empty. Searching a bit learned me that the post variables were no longer submitted to the result page since webforms2.

But still I want to display the total price that was calculated in the form on the result page, so what is the correct way to do this? Do I need to code this myself using the drupal API? I noticed that I am redirected to "done?sid=", I guess that I can access the data stored in the database with this id? I have 0 experience with the Drupal API, so if anyone can point me in any direction or give me a similar example, I could start looking into that. Any help would be greatly appreciated.

Comments

A quick glance at the issue

A quick glance at the issue queue located http://drupal.org/node/236515#comment-777293 -- seems to be what you're asking for.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

Thanks a lot man, that was

Thanks a lot man, that was it! I can't understand how I overlooked it...

no worries, it happens. ;-)

no worries, it happens. ;-)

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.