[phorm] [Phorm:] Using PhormJr with Search script Form

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 6 May 2003 14:54:01 -0000

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

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

  MESSAGE:  (#2643) Using PhormJr with Search script Form 
            <http://www.phorm.com/support/?rev=2643> 
  AUTHOR:   Robert 
  DATE:     May 6, 2003 at 10:53 a.m. EST 

I am trying to use PhormJr to capture the entries made to a Form Box to a flat 
txt file. I am having problems inserting the the necessary code for phormjr 
into the html form I already have. 

The search portion of my HTML Form looks ike this: 

<form method="post" action="/cgi-bin/htsearch"> 
<input type="hidden" name="exclude" value=""> 
<input type="hidden" name="restrict" value=""> 
<input type="hidden" name="config" value="htdig"> 
Search: 
<input type="text" size="30" name="words" value=""> 
<input type="submit" value="Search"> 
</form> 

and I want to insert this portion somewhere: 

<FORM NAME="Form" METHOD=POST ACTION="/cgi-bin/phormjr.php3"> 
<input type="hidden" name="PHORM_NAME" VALUE="logsearch"> 
</form> 

at least that is what I have so far, can anyone give me some pointers? 

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

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:] Using PhormJr with Search script Form