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

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 16 Jun 2004 02:24:02 -0000

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

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

  MESSAGE:  (#4128) Re: re-populating part of a form 
            <http://www.phorm.com/support/?rev=4128> 
  AUTHOR:   George Snell 
  DATE:     June 15, 2004 at 10:24 p.m. EST 

  Reply To: (#4125) Re: re-populating part of a form 
  Author:   George Snell 
  Date:     June 14, 2004 at 10:49 a.m. EST 

> Thanks for the quick response. I determined after 
> posting the question that this was probably the the 
> response I would get from you. One last question: Can 
> $PHORM_ACK be a php processed page, or strictly html? 

answered my own question. Created ack.html giving a choice to post another 
"comment" or return to home page. Passed the variables back to the form.php 
using hidden input on the ack.html page. 

<HTML> 
<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 

<TITLE>Thank You</TITLE> 
<BODY BGCOLOR=#FFFFC0> 

<BR><BR> 

<FONT SIZE=5>Thank you {{name}}!</FONT><BR><BR> 

<p>Your comments have been emailed to the Webmaster.</p> 
<table border="2"><tr><td>Post another comment? 
<form method=POST action="../thankyou.php"> 
<input type=hidden name="op" value="more"> 
<input type=hidden name="name" value="{{name}}"> 
<input type=hidden name="email" value="{{PHORM_FROM}}"> 
<div align="center"><p><input type=submit name="submit" value="Another 
Comment"></p></div> 
</form></td> 
<td>Return to Home Page 
<form method=POST action="../index.html"> 
<div align="center"></p><input type=submit name="submit" value="Home 
Page"></p></div></td></tr></table> 

</BODY> 
</HTML> 

Thanks for the great program, and the flexibility to create custom needs. This 
example is just an exercise to prepare return to an entry form for cat clubs I 
do websites for, and will allow additional entries where the user does not 
have to retype 20 some lines on each entry. 

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

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: