Hi all!
I would like to know how to get a list of the submissions related to a node.
I use a webform block in a content type.
Now I can show all the submissions made from this form but the idea is to show a list of the submissions from each different node.
Is there a way to display this??
Thanks!
Comments
Comment #1
bysv commentedWell,
I added a hidden field in this webform with the id of the node where is submitted with a token value [current-page:url:unaliased:args:value:1].
Now, How I can relate this ID with information from that node to obtain the details like fields, date, user...?
Can be using views module relationships?
I think what we need is to create a view with a list of items of each node passing the ID as an argument or something.
I'm a bit lost now.
Thanks!
Comment #2
bysv commentedThanks for all,
I solve this with panels and views.
;>
Comment #3
quicksketchYay, great you figured it out. Sorry for the lack of responses, I've been going through other queues for the past while and Webform hasn't gotten the most attention.