Hello,

I'm developing a website which has some "Services" sections. All this pages are a Panels' Node Pages overriding "Services" Content Type Node. There I've two elements, a View with some "Services" node fields showing node's information and a Webform Node.

I want to use the same Webform for all sections, but I need to pass the "Services" node title as a Webforms field. So, when you recive the mail generated by Webform, you know where is it coming from.

- The best i've got is the "Services" node id (ie. node/3) throught a field with %get[q] as default content.
- I guess I need to pass Node's title as a variable, but I haven't understood if it's a Panels or Webform Issue.
- I'm not sure about the way variables work, because the webform is a node itself.

Can you help me please?

Cheers

Comments

kram08980’s picture

Anybody? A tutorial? A guide?

quicksketch’s picture

This is not possible in Webform through the interface. You can accomplish it through hook_form_alter(), but such coding it outside the scope of the Webform issue queue.

quicksketch’s picture

Status: Active » Closed (fixed)