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

quicksketch’s picture

You can use webform_submission_render() within the webform.submissions.inc file after you load a submission with webform_get_submission().

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.