[phorm] [Phorm:] Re: Can't access any posted messages

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 18 Jan 2004 08:03:54 -0000

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

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

  MESSAGE:  (#3608) Re: Can't access any posted messages 
            <http://www.phorm.com/support/?rev=3608> 
  AUTHOR:   Holotech 
  DATE:     January 18, 2004 at 3:03 a.m. EST 

  Reply To: (#3603) Re: Can't access any posted messages 
  Author:   April 
  Date:     January 17, 2004 at 10:14 p.m. EST 

> I'm confused by the above posts - is this possible or 
> not? 

Sure. My post showed how to do it: 

if ($checkbox1) { 
$PHORM_ACK = "ack1.txt"; 
$PHORM_RESPOND = "resp1.txt"; 
} 

That's the code for it. It goes in your config file. I'd recommend using a 
radio button rather than check boxes, so the visitor can only select one. What 
you'll probably want to do then is: 

if ($radio == 1) { 
$PHORM_ACK = "ack1.txt"; 
$PHORM_RESPOND = "resp1.txt"; 
} 

Repeat for all values of $radio (this is assuming your field is named 
"radio"). 

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

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: