Hello I hope I explain this correctly.
I am trying to populated the current page title in a webform default value field.
I can return node id or name using %nid – The node ID. %title – The node title.
Anyone any idea what I need to key in to populate the current page title??
Thanks in advance
You can use Drupal-style tokens if you upgrade to Webform 4, allowing you to set
[current-page:title]as a component value.