Simply I want the Email Field on/in the node as the "Send To" for the form. Please help

Comments

brighteridea’s picture

Priority: Critical » Normal
bradallenfisher’s picture

I was just looking for this feature myself. Is there a way to do it?

john.oltman’s picture

Yes, create a function named MYTHEME_forward_page($variables) in your theme's template.php file. Look at the stub function theme_forward_page in forward.module as a guide - you will need to return the modified form. The node with the email address inside it is available within the variables array.

john.oltman’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)