To reproduce :
- copy the file webform-mail.tpl.php in your theme directory and rename it using webform-mail-123.tpl.php if your form has the node id 123.
- flush the theme cache
- send a webform.
To reproduce :
- copy the file webform-mail.tpl.php in your theme directory and rename it using webform-mail-123.tpl.php if your form has the node id 123.
- flush the theme cache
- send a webform.
Comments
Comment #1
jmary commentedAdding
include drupal_get_path('module', 'webform2pdf') . '/webform2pdf-mail.tpl.php';In webform-mail-[nodeid].tpl.php solves the problem.
Comment #2
mr.york commentedSorry but I missed it from the readme file what I will fix soon.
Comment #3
mr.york commentedDocumentation fixed.