[phorm] [Phorm:] Re: re-populating part of a form

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 14 Jun 2004 13:07:14 -0000

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

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

  MESSAGE:  (#4124) Re: re-populating part of a form 
            <http://www.phorm.com/support/?rev=4124> 
  AUTHOR:   Holotech 
  DATE:     June 14, 2004 at 9:07 a.m. EST 

  Reply To: (#4122) Re: re-populating part of a form 
  Author:   George Snell 
  Date:     June 13, 2004 at 11:57 p.m. EST 

> My form fills out properly and is emailed properly to 
> me, but not passing variables to PHORM_RDIRECT page. 

No, it wouldn't. A re-direct is just that: it tells the visitor's browser to 
request the specified URL, the same as if they clicked on a link or typed the 
address into their browser. In other words, control passes completely away 
from Phorm -- there is no way for Phorm to process what's at that location, 
and there is no way to pass data unless you include it in the URL specified in 
$PHORM_RDIRECT, for example: 

$PHORM_RDIRECT = "http://something.com/?field1=$field1";; 

Bear in mind that the value passed will be whatever is in $field1 at the time 
the config file is processed. Any changes made to that variable later will not 
be reflected. 

But what I was talking about was making a copy of your form, and using that as 
the acknowledgement page with $PHORM_ACK. 

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

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: