Closed (fixed)
Project:
Webform
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 20:40 UTC
Updated:
9 Feb 2010 at 21:00 UTC
I have a webform form being displayed on all pages of my site in a block. How can I include in each form a hidden field that tells me the URL that the page was filled out on? Or just the Node ID?
Comments
Comment #1
matteoraggi commentedI'm interested about it too, I need to send url filled out i emails sent.
Comment #2
quicksketchAdd a hidden field and give it the default value of
%get[q]. This will tell you the Drupal path at which the form was filled out.Comment #3
quicksketch