Closed (won't fix)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2012 at 17:30 UTC
Updated:
5 Mar 2013 at 14:03 UTC
Is it possible to set different email templates for different forms created by the webform module? If possible I was wondering if someone could tell me how to make it work. Thanks!
Comments
Comment #1
babruix commentedTechnical note about using email template files: when you select the Default template on the Edit e-mail settings screen the textarea underneath shows the currently active webform mail template (either the default supplied with webform, or one from your theme folder, or the relevant webform-mail-[nid].tpl.php from your theme folder) after PHP processing but before token substitution.
Read more here: http://drupal.org/node/1337488