[phorm] [Phorm:] Blank Email

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 21 Jan 2003 19:27:06 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#2128) Blank Email 
            <http://www.phorm.com/support/?rev=2128> 
  AUTHOR:   Sondag 
  DATE:     January 21, 2003 at 2:27 p.m. EST 

I THINK I have evertything setup right. I fill out the form I made, and it 
emails to me. But the email I get is blank! 

My Config File: 
<?php 
# This is the global configuration file. It's read every time Phorm runs. 
# If the form calling Phorm has a local (form-specific) configuration file, 
# settings in it will override settings here. 

# This variable indicates that a local config file is NOT required. 
$PHORM_RCONFIG = "N"; 

$PHORM_ALERTTO = "dysondag@xxxxxxxxxxx"; // Change to your email address 

$PHORM_TO = "dysondag@xxxxxxxxxxx"; // Change to your email address 
$PHORM_SUBJECT = "Form Data"; // The subject of the email message 

$PHORM_TMPL = ph_GENERIC; // A generic email template 
$PHORM_ACK = ph_GENERIC; // A generic ack template 
?> 

My Form File: 

<FORM NAME="Form" METHOD=POST ACTION="phorm.php"> 

<INPUT TYPE=HIDDEN NAME="PHORM_NAME" VALUE="x-membership"> 
<INPUT TYPE=HIDDEN NAME="PHORM_CONFIG" VALUE="config.php3"> 
<INPUT TYPE=HIDDEN NAME="PHORM_DECVARS" VALUE="1"> 

Name: <INPUT TYPE=TEXT NAME="name"><br> 

Email: <INPUT TYPE=TEXT NAME="PHORM_FROM"><br> 

Comments: <INPUT TYPE=TEXT NAME="comments"><p> 

<input name="submit" type='submit' style='border:1px groove #330099; 
cursor:hand; background:#FFFFFF; color: #000000; font-style:normal; 
font-variant:normal; font-weight:normal; font-size:10pt; font-family:Arial, 
Helvetica, sans-serif' value="Submit Application"> 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Blank Email