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

matteoraggi’s picture

I'm interested about it too, I need to send url filled out i emails sent.

quicksketch’s picture

Add 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.

quicksketch’s picture

Status: Active » Closed (fixed)