Index: forward.module
===================================================================
--- forward.module	(revision 1514)
+++ forward.module	(working copy)
@@ -463,7 +463,9 @@
  */
 function forward_form(&$form_state, $path = NULL, $title = NULL, $nodeapi = FALSE) {
   global $base_url, $user;
-
+	
+	$emailtype = ($path == 'epostcard') ? 'epostcard' : 'page';
+	
   $form = array();
   $cid = array();
 
@@ -509,7 +511,7 @@
     '#description' => t('Enter multiple addresses on separate lines or separate them with commas.'),
     '#required' => TRUE,
   );
-  if (($emailtype == 'email') && ($nodeapi == FALSE)) {
+  if (($emailtype == 'page') && ($nodeapi == FALSE)) {
     $form['message']['page'] = array(
       '#type' => 'item',
       '#title' => t('You are going to email the following'),
