Closed (fixed)
Project:
Webform Block
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2009 at 23:15 UTC
Updated:
22 Mar 2012 at 18:53 UTC
Jump to comment: Most recent
Comments
Comment #1
JamieOurada commentedI'm working on a similar problem. Please post if you find an answer... I'll do the same.
Thanks!
Comment #2
psynaptic commentedThis is not a webformblock issue, it's a webform one.
You can achieve this by doing the following:
1. Add a hidden field to the form.
2. Set the default value to %get[q].
You will then get the internal "Drupal path" saved with all submissions:
Comment #3
JamieOurada commentedYep I just found pretty much the sam answer at http://drupal.org/node/665960
Thanks!
Comment #5
ambientdrup commentedThe solution in #2 works but it shows the referring node as the Webform. I have the Webform embedded in another node via the Webform block module. How do you add a token to call in the node ID that the form is embedded in. So it should not show the node ID of the Webform but of the node the form is embedded in.
-Trevor