[phorm] [Phorm:] Re: Different email recipients based on input?

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 9 Mar 2003 22:11:37 -0000

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

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

  MESSAGE:  (#2375) Re: Different email recipients based on input? 
            <http://www.phorm.com/support/?rev=2375> 
  AUTHOR:   Patrick O'Hara 
  DATE:     March 9, 2003 at 5:11 p.m. EST 

  Reply To: (#2372) Different email recipients based on input? 
  Author:   Robert Allen 
  Date:     March 9, 2003 at 3:53 a.m. EST 

Hi there, 

What you want to do - is have the checked value of the appropriate check box 
set to the name of the e-mail template you want to use. Then in your config 
file use something like.... 

$PHORM_TMPL[x] = $boxName; 

This will assign the appropriate template name. I am currently away from the 
office, so I haven't tested this, but you may or may not need to ensure that 
you do not have any gaps in the array... if it doesn't like having gaps in the 
array, then you will need to use some PHP in the config file to keep the 
TMPL[] array sequential. 

Hope this helps, 

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: Different email recipients based on input?