[phorm] [Phorm:] Re: No form results with HTML mail

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 19 Jul 2003 14:53:20 -0000

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

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

  MESSAGE:  (#3005) Re: No form results with HTML mail 
            <http://www.phorm.com/support/?rev=3005> 
  AUTHOR:   Holotech 
  DATE:     July 19, 2003 at 10:53 a.m. EST 

  Reply To: (#2979) Re: No form results with HTML mail 
  Author:   Steve Hurlburt 
  Date:     July 16, 2003 at 7:05 a.m. EST 

> That gives me the form pairs I was looking for, in the 
> formatting specified, but it's all on one line. Any 
> PHP thing I could do in the config file to fix that? 

They're all on one line because HTML doesn't recognize line break characters: 
you have use use the line-break tag. In the config file, you could do this for 
each field: 

$Field = "$Field<BR>"; 

Or you could modify Phorm to add a <BR> tag, but of course that would do it 
for all places you use the generic template. If you want to go that route, 
modify the file functions.php3 in the lib directory. Change line 129 from: 

else $ph_SubVal.= "$ph_var: $ph_val\n"; 

to 

else $ph_SubVal.= "$ph_var: $ph_val<BR>\n"; 

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

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: