Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 00:46 UTC
Updated:
30 Aug 2010 at 20:30 UTC
Is there any simple way to render a single submission (using the webform-form.tpl.php) outside the node? Like in a block or in another template file? What is the function that I should call?
I actually would like to show a specific webform user submission below his profile.
(I know I could have used CCK for this, but there are several other needs in the project wich are best served by the webform module)
Comments
Comment #1
quicksketchYou can use webform_submission_render() within the webform.submissions.inc file after you load a submission with webform_get_submission().
Comment #2
quicksketch