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

jmary’s picture

Adding

include drupal_get_path('module', 'webform2pdf') . '/webform2pdf-mail.tpl.php';

In webform-mail-[nodeid].tpl.php solves the problem.

mr.york’s picture

Sorry but I missed it from the readme file what I will fix soon.

mr.york’s picture

Status: Active » Closed (fixed)

Documentation fixed.