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

babruix’s picture

Project: HTML Mail » Webform
Version: 7.x-2.65 » 7.x-4.x-dev
Priority: Normal » Minor
Status: Active » Closed (won't fix)

Technical 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