I am trying to use "Special Tokens" in the webform module (6.x-3.18) on Drupal6. I'd like the data to populate a hidden field I've created with the email field on the same form.
Under default value for the hidden field I've tried using a number of different values including:
%post[submitted][email]
%post[email]
%post[submitted[email]]
None of this works. If I go edit the email field, it tells me my key is "email". If I look at the name of the email field in the source code it's "submitted[email]".
If anyone has any suggestions on what I'm doing wrong?
Cheers, Michael