[phorm] [Phorm:] Re: Two questions

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 14 Jul 2003 11:10:30 -0000

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

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

  MESSAGE:  (#2965) Re: Two questions 
            <http://www.phorm.com/support/?rev=2965> 
  AUTHOR:   Patrick O'Hara 
  DATE:     July 14, 2003 at 7:10 a.m. EST 

  Reply To: (#2963) Two questions 
  Author:   Roger Miller 
  Date:     July 13, 2003 at 8:36 p.m. EST 

> I just downloaded Phorm 3 over the weekend and have 
> been experimenting with it. I have two questions. 

> 1. Does Phorm support the following construct in the 
> PHORM_FROM variable? 
> My Name (myaddress@xxxxxxxxxxxx ) 

> If so, how do you create it? 

PHORM_TO = "Mary <mary@xxxxxxxxxxx>"; 

PHORM_FROM is set to the users e-mail address - you should be careful about 
trying the above, think about exactly what its being used for - an example may 
be: 

PHORM_FROM = "{{name}} <{{email}}>"; 

> 2. The fields in my registration form change weekly. I 
> need the confirmation page and email to automatically 
> print all fields that have data without also printing 
> any of the Phorm variables. Is there a Phorm variable 
> that enables this? 

> Roger Miller 
> www.quiltuniversity.com 

Yes it is possible - you will need to do some PHP scripting for that - cycle 
through the _POST variables and output them to the browser only if the 
variable name matches a certain pattern 'ereg()' function. Look at www.php.net 
for more details. 

Regards, 

Patrick O'Hara 
WhitsundayIT 
QLD, Australia 

patrick@xxxxxxxxxxxxxxxx 
www.whitsundayit.com 

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

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: