Hi,

I tried to theme the email output for the webform module with the instructions that were provided in the theme.txt file. However it doesn't work. Has anyone been able to accomplish this? If so, how?

1) template.php
function phptemplate_webform_create_mailmessage_2($form_data, $node, $sid, $cid) {
return _phptemplate_callback('webform-mail-2', array('form_data' => $form_data, 'node' => $node, 'sid' => $sid, 'cid' => $cid));
}

2) webform-mail-2.tpl.php
Created file and uploaded to theme directory but nothing happened.

Thanks.

Comments

gaurav.surferi’s picture

I tried to theme the email output for the webform module with the instructions that were provided in the theme.txt file. However it doesn't work. Has anyone been able to accomplish this? If so, how?

1) template.php
function phptemplate_webform_create_mailmessage_3($form_data, $node, $sid, $cid) {
return _phptemplate_callback('webform-mail-3', array('form_data' => $form_data, 'node' => $node, 'sid' => $sid, 'cid' => $cid));
}

2) webform-mail-3.tpl.php

Created file and uploaded to the garland directory(which is the theme of my website) located inside theme directory but nothing happened.

Thanks.