[phorm] [Phorm:] DOSE IT WORK ON IIS OR NOT? WHO KNOWS?????

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 29 Sep 2003 08:31:19 -0000

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

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

  MESSAGE:  (#3268) DOSE IT WORK ON IIS OR NOT? WHO KNOWS????? 
            <http://www.phorm.com/support/?rev=3268> 
  AUTHOR:   Paolo 
  DATE:     September 29, 2003 at 4:31 a.m. EST 

  Reply To: (#3259) Re: Attachment Errors 
  Author:   Kevin Heflin 
  Date:     September 23, 2003 at 4:23 p.m. EST 

Hi Kevin, did u solve your problem? I have the same problem, probably due to 
the fact we use IIS. This guy sell the software, but he does not know if it 
works on IIS and other platform. He develop on Apache and that's it.(mmm.... 
nice procedure!!). So, if you solved yours is probably the same problem as me. 
Otherwise, better find another script, tested on different platform. Please 
let me know... before ai chenge again the form and the configuration to adapt 
it to a new script (free and tested this time !!!!). 

BTW, i think is not a good behave to sell software that is not tested on 
various platform. 

> Have modified the files to this point.. 

> config.php3 --> 

> <? 
> $PHORM_ALERTTO = "hostmaster@xxxxxxxxxxxxx 
> "; // Change to your email address 
> $PHORM_TO = "kheflin@xxxxxxxxxxxxxxxxxx "; 
> // Change to your email address 
> $PHORM_SUBJECT = "Online Application Form 
> Test"; // The subject of the email message 
> $PHORM_FROM = ph_DECLARE; 
> $PHORM_VALDEFS = "app_form_req.txt"; 
> $PHORM_FILE01 = ph_DECLARE; 
> $PHORM_TMPL = "app_form.txt"; // A generic 
> email template 
> $PHORM_ACK = "../success2.htm"; // A generic 
> ack template 
> $today = date("dS F, Y"); 
> ?> 

> app_form.txt --> 

> {{today}} 

> {{FirstName}} {{LastName}} 

> Email: {{PHORM_FROM}} 

> {{PHORM_FILE01}} 

> mail response --> 

> 23rd September, 2003 

> kevin heflin 

> Email: kheflin@xxxxxxxxxxxxxxxxxx valdefs --> 

> FILES 
> warn1.html 
> error.html 
> RULES 
> REQ FirstName 1 
> Please enter your First Name. 
> Please use the BACK button on your browser to correct 
> it, 
> and re-submit the form. 
> ### 
> REQ LastName 1 
> Please enter your Last Name. 
> Please use the BACK button on your browser to correct 
> it, 
> and re-submit the form. 
> ### 

> finally the form --> 

> <html> 
> <head> 
> <title> employment application</title> 

> <script language="javascript"> 

> <!-- 
> //if(self==parent) 
> //{ 
> //document.write('<META 
> HTTP-EQUIV="refresh" CONTENT="1; 
> URL=index.html">') 
> //} 
> --> 
> </script> 
> </head> 
> <body bgcolor="#ffffff"> 

> <form name="test_app_form" 
> method="post" 
> action="./phorm/phorm.php" 
> ENCTYPE="multipart/form-data"><input 
> type="hidden" name="PHORM_CONFIG" 
> VALUE="./phorm/app_form_config.php3"> 
> <p><font face="Arial, Helvetica, 
> sans-serif" 
> size="+2"><b>Personal Information 
> </b></font></p> 
> <b><font face="Arial, Helvetica, 
> sans-serif" color="#ff0000" 
> size="2">* Indicates a Required 
> Field</font></b> 
> <table height="73" width="854" 
> border="0"> 

> <tbody> 

> <tr> 

> <td width="393" height="23"> 

> <div align="right"><b><font 
> face="Arial, Helvetica, sans-serif" 
> color="#ff0000" 
> size="4">*</font></b><font 
> face="Arial, Helvetica, sans-serif" 
> size="2"> 

> Last Name: </font></div> 

> </td> 

> <td height="23" 
> width="446"><font face="Arial, 
> Helvetica, sans-serif" size="2"> 

> <input maxlength="25" size="25" 
> name="LastName"> 

> </font></td> 

> <td width="326" 
> height="23"></td> 

> </tr> 

> <tr> 

> <td width="393" height="23"> 

> <div align="right"><b><font 
> face="Arial, Helvetica, sans-serif" 
> color="#ff0000" 
> size="4">*</font></b><font 
> face="Arial, Helvetica, sans-serif" 
> size="2"> 

> First Name:</font></div> 

> </td> 

> <td height="23" 
> width="325"><font face="Arial, 
> Helvetica, sans-serif" size="2"> 

> <input maxlength="20" 
> name="FirstName" size="25"> 

> </font></td> 

> <td width="326" 
> height="23"></td> 

> </tr> 

> <tr> 

> <td width="393" height="19"> 

> <div align="right"><font 
> face="Arial, Helvetica, sans-serif" 
> color="#ff0000" 
> size="4"></font><font 
> face="Arial, Helvetica, sans-serif" 
> size="2"> 

> Email:</font></div> 

> </td> 

> <td height="19" width="325"> 

> <input name="PHORM_FROM" 
> size="25"> 

> </td> 

> <td width="326" 
> height="19"></td> 

> </tr> 

> </tbody> 
> </table> 
> <hr> 
> <p><font face="Arial, Helvetica, 
> sans-serif" size="2">Please be sure 
> to complete 

> the entire employment application. If desired you may 
> attach your resume (MS Word Document Preferred) file 
> here:</font><br> 
> <INPUT TYPE=FILE NAME="PHORM_FILE01" 
> SIZE=20> 
> <input type="hidden" 
> value="----------EDUCATION-----------------" 
> name="Section_3"> 
> </p> 
> <hr> 
> <p><font face="Arial, Helvetica, 
> sans-serif" size="2">| <input 
> type="submit" value="Submit Form" 
> name="submittion"> <input 
> type="reset" value="Reset" 
> name="Reset"> </font></p> 
> <p><font face="Arial, Helvetica, 
> sans-serif" size="2"><br> 

> | | | | </font></p> 
> </form> 
> <p> </p></body></html> 

> The sample mail message is showing exactly what comes 
> through, have tried using the _name after PHORM_FILE01 
> in the app_form.txt as is described in the doc and am 
> unable to pull a recognizable file out. Double checked 
> enctype and the variables to make sure everything 
> maps.. am a bit stumped, am converting this form from 
> soupermail so at this point have re-written the whole 
> thing and the only stumbling block is the file 
> attachment. 

> Appreciate the thoughts. 

> thanks 

> 
> 
--------------------------------------------------------------------------------
 

> <<.>> 

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

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:] DOSE IT WORK ON IIS OR NOT? WHO KNOWS?????