Closed (fixed)
Project:
Webform
Version:
6.x-3.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 23:36 UTC
Updated:
28 Mar 2011 at 00:21 UTC
I can't find how to include Submission ID to e-mails, can't find it in Token values of E-mail templates.
Comments
Comment #1
quicksketchThere is no %sid token currently. See the feature request at #828566: Webform Token support on confirmation message.
Comment #2
nilard commentedIt seems so long work on that issue, and I see no progress for last time. It would be better to quickly add very useful token [%sid] to the current functionality, and continue work on that issue.
Comment #3
joehudson commentedI had the same need (and also for the webform nid), relating to http://drupal.org/node/1084594
I simply added:
in the _webform_filter_values function in webform.module, right after:
pretty straight forward. works for me.
Comment #4
nilard commentedI have to make such hack too, but It's a bad way.