Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Hi guys! I'm a total noob to this stuff. I just used the configuration wizard for my formmail.php. I've tested the alert messages and sample form and they both work fine. When I use formmail.php and my own form I get error messages. Can someone take a look at my form code to make sure it is setup correctly?
I read in the faq that some servers are "stupid" and require mail_options FromAddr. I've tried playing around with that, but nothing seems to work.Code:<form action="http://www.renewresourcesllc.com/sender.php" method="post" name="form1" id="form1" onsubmit="return CheckFields();"> <input type="hidden" name="good_url" value="http://www.renewresourcesllc.com/thankyou.html" /> <input type="hidden" name="required" value="CompanyName:Company Name, email:Email Address, phone:Phone Number" /> <input type="hidden" name="subject" value="Website Survey Results"> <input type="hidden" name="env_report" value="order:CompanyName,email,phone,containersweek,containersmonth,plastic,shrinkwrap,cardboard,Strapping,absorbent,glove,rag,pallete,other"> <input type="hidden" name="recipients" value="grantG6RM6indigoshark.com,frollinsG6RM6renewresourcesllc.com" /> <br> <br> </p> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="5"> <tr> <td>Company Name</td> <td><input name="CompanyName" type="text" size="40"></td> <td> </td> </tr> <tr> <td>Email Address</td> <td><input name="email" type="text" size="40"></td> <td> </td> </tr> <tr> <td>Phone Number</td> <td><input name="phone" type="text" size="40"></td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td colspan="2">How many roll off containers do you send to the landfill each month?</td> <td><input name="containersmonth" type="text" size="10" /></td> </tr> <tr> <td colspan="2">How many roll off containers do you send to the landfill each week?</td> <td><input name="containersweek" type="text" size="10"></td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td>What Percentage is?</td> <td><input name="plastic" type="text" size="6"> - Plastic?</td> <td> </td> </tr> <tr> <td> </td> <td><input name="shrinkwrap" type="text" size="6"> - Shrink Wrap? </td> <td> </td> </tr> <tr> <td> </td> <td><input name="cardboard" type="text" size="6"> - Cardboard?</td> <td> </td> </tr> <tr> <td> </td> <td><input name="Strapping" type="text" size="6"> - Strapping Materials?</td> <td> </td> </tr> <tr> <td> </td> <td><input name="absorbent" type="text" size="6"> - Absorbent Materials?</td> <td> </td> </tr> <tr> <td> </td> <td><input name="glove" type="text" size="6"> - Gloves?</td> <td> </td> </tr> <tr> <td> </td> <td><input name="rag" type="text" size="6"> - Rags?</td> <td> </td> </tr> <tr> <td> </td> <td><input name="pallete" type="text" size="6"> - Pallets?</td> <td> </td> </tr> <tr> <td colspan="2">What other material do you dispose of?</td> <td> </td> </tr> <tr> <td></td> <td colspan="2"><input name="other" type="text" size="55"></td> </tr> <tr> <td colspan="2"> </td> <td> </td> </tr> <tr> <td colspan="3"><div align="center"> <input type="submit" name="Submit" value="Submit"> </div></td> </tr> </table> </form>
Can someone please help me out? Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks