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

cafuego’s picture

That 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?

dennis cohn’s picture

Issue summary: View changes

I'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.