- Issue created by @mr.pomelov
There is a need to add a hidden field in the web form that will transmit the title of the material linked to the current node (the node reference field). Now the token is inserted with markup:
<a href="#" hreflang="ru">My title</a>
The token used:
[current-page:node:field_name]
It seems to me that a good solution would be to add a pure value to the token without markup, which can be called by analogy with other tokens:
[current-page:node:field_name:value] or [current-page:node:field_name:entity:title:value]
Needs work
2.0
Code