I use special fields in my Node and want to submit some values per tokens to the Webform with hidden form fields to show this values in a E-Mail. I tried this on default way but it works not. Need i an additional module?

Comments

quicksketch’s picture

This is a common request. Is your Webform displayed as a block on another node? If you want a different node's values as tokens, you probably need the patch at #919760: Add a [current-page:object:?] dynamic token. If you're wanting tokens from the Webform node itself, you should just be able to use the [node:*] tokens like you would normally.

alexander.sibert’s picture

I use a webform block in a node on bottom to have a apartment booking form for each apartment. I need only to submit the object number of the apartment (the node) to webform database and E-Mail. Thank you for the link.

quicksketch’s picture

Status: Active » Fixed

Yep, so like other requests, you need that patch in the Token module queue to access the current page's node. Thanks for following up!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.