[phorm] [Phorm:] Re: multiple emails for each form

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 11 Jul 2003 23:37:46 -0000

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

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

  MESSAGE:  (#2956) Re: multiple emails for each form 
            <http://www.phorm.com/support/?rev=2956> 
  AUTHOR:   Patrick O'Hara 
  DATE:     July 11, 2003 at 7:37 p.m. EST 

  Reply To: (#2954) multiple emails for each form 
  Author:   Brandon Drury 
  Date:     July 11, 2003 at 3:00 p.m. EST 

Set up a list box (dropdown): 

<select name="emailto"> 
<option value="sales@xxxxxxxxxxxxxx">Sales</option> 
<option value="tech@xxxxxxxxxxxxxx">Tech</option> 
<option value="support@xxxxxxxxxxxxxx">Support</option> 
</select> 

in your config specify 

$PHORM_TO = $emailto; 

and that should pass the email address of the appropriate department to the 
script for emailing. 

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:

  • » [phorm] [Phorm:] Re: multiple emails for each form