Hey,
can anyone tell me how I can customize the output of %email_values in the webform-mail.tpl.php
I just want to add some HTML-Code after each value.
Where can I do that?
Best Regards

Comments

whitingx’s picture

There's some information on theming the Webform here (also included in the Webform module);

http://drupalcode.org/project/webform.git/blob_plain/HEAD:/THEMING.txt

It might also be possible to do this in the 'default value' field of the email component.

Hope this helps.

mwbyrd’s picture

Does anyone have an example of how to do this?