Active
Project:
Webform Node Element
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2012 at 20:17 UTC
Updated:
19 Mar 2014 at 08:58 UTC
Jump to comment: Most recent
Hello,
is there any way to assign Token %nid to "Node" field ? The issue is to show own content of the node in webform.
Thanks.
Comments
Comment #1
cafuego commentedThat will result in an infinite loop for some view modes, which is very likely not what you want and possibly not great UX if I were to enable it in the module.
Do you need to do that enough to warrant a token instead of just entering the nid?
Comment #2
dennis cohn commentedI've got one webform (order form) and a couple of products.
The webform is visible on there detailpage.
Now I want to include one field of my products within my webform. (customizing field)
But the content of this field is different on each product.
How can I include that field as tokens are not supported.
I have to fill in a nid. but this nid will change on each productpage.