Phorm Jr.

liunx

Guest
Turtle (Don) recommended the Phorm Jr for form processing.<br /><br />I have already got most of it working... The basic form is set up (will be made much larger once the form is working), the thank you page is working and loads in the customer's order responses, BUT the problem is that no email is generated! <br /><br />I uploaded the four files to the same directory as the form: <br />phormjr.php<br />contact.phm<br />contact.txt<br />contactlog.txt (permission is set to 777 even though I am not using it)<br /><br />Even loaded a second copy of phormjr.php into the cgibin just in case.<br /><br />This is my contact.phm file:<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><?php<br />?$PHORM_ALERTTO = "[email protected]";<br />?$PHORM_TO???= "[email protected]";<br />?$PHORM_SUBJECT = "Order from lambertusa.com";<br />?$PHORM_TMPL??= "contact.txt";<br />?$PHORM_ACK?鐗
 
Back
Top