Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.14
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 11:53 UTC
Updated:
15 Apr 2012 at 20:51 UTC
Hello,
I would like to customize the field in mail form page
I have created a file named print_mail.tpl.php in my theme directory
I have cleared a cache and put die('Test'); in print_mail.tpl.php
When i click the icon for mailing , i do not see "Test"
I have trying with print_mail.node-my-node-type.tpl.php or print_mail.node-my_node_type.tpl.php but no results
Is there a way to customize the mail form page ?
Thank you for your help
Comments
Comment #1
jcnventuraNo, the mail form page is not modifiable by any template mechanism.. You can use hook_form_alter() to modify that form.