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

jcnventura’s picture

Status: Active » Fixed

No, the mail form page is not modifiable by any template mechanism.. You can use hook_form_alter() to modify that form.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.