|
wfrankdavis -> Forms do not work (4/3/2007 17:42:37)
|
Hi, I am at wits end with form problems so I hope someone can spot what is wrong with them. It seems that my forms that previously were working fine quit working so I created a new form and dang if that one doesn't work too! I have checked, double, triple checked and it appears as though is should work but when the Submit button is clicked, nothing happens. No error message, no email received, no 'thank you' page - no nothing. I've Googled and browsed these forums and fooled with it most of the day without success. I've uninstalled and re-installed the FP 2002 Extensions with no impact. Here is the section of code containing the form. Please let me know if I have missed something. Thanks in advance for your help. Frank <div style="position: absolute; width: 700px; height: 80px; z-index: 17; left: 180px; top: 210px" id="layer7"> <form method="POST" name="Qwik-Facts" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" U-File="../qwik-factsresponse.txt" S-Format="TEXT/PRE" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="frank@dms-systems.com" B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="FALSE" S-Email-ReplyTo="info@dms-systems.com" B-Email-Subject-From-Field="FALSE" S-Email-Subject="Qwik-Facts Form" S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M %p" S-Builtin-Fields="Date Time" U-Confirmation-Url="http://www.dms-systems.com/html/Qwik-Facts_thank_you.htm" S-Form-Fields="Company0 Contact0 City0 State0 Zip0 Phone0 Extension0 Email0 Website0 WhseLocations0 StoreLocations0 SystemUsers0 CurrentSystem0 ThreeMonths SixMonths TwelveMonths " --> <table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0"> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> Company:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="Company0" size="50"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> Contact:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="Contact0" size="50"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> City:</font></b></td> <td width="35%"><font face="Arial"> <input type="text" name="City0" size="40"></font></td> <td width="9%" colspan="2"> <p align="right"><b><font face="Arial" size="2">State:</font></b></td> <td width="3%"><font face="Arial"> <input type="text" name="State0" size="2"></font></td> <td width="8%" colspan="2"> <p align="right"><b><font face="Arial" size="2">Zip:</font></b></td> <td width="16%"><font face="Arial"> <input type="text" name="Zip0" size="15"></font></td> </tr> <tr> <td width="25%" align="right" height="27"><b> <font face="Arial" size="2">Phone:</font></b></td> <td colspan="2" height="27"><font face="Arial"> <input type="text" name="Phone0" size="20"></font></td> <td colspan="3" height="27"> <p align="right"><b><font face="Arial" size="2">Ext:</font></b></td> <td colspan="2" height="27"><font face="Arial"> <input type="text" name="Extension0" size="4"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> Email:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="Email0" size="50"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> Website:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="Website0" size="50"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"># Warehouse Locations</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="WhseLocations0" size="4"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"># Store Locations:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="StoreLocations0" size="4"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"># System Users:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="SystemUsers0" size="4"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> Current System:</font></b></td> <td colspan="7"><font face="Arial"> <input type="text" name="CurrentSystem0" size="50"></font></td> </tr> <tr> <td width="25%" align="right"><b><font face="Arial" size="2"> Purchase Decision:</font></b></td> <td colspan="7"><font face="Arial"> <input type="radio" value="V" checked name="ThreeMonths"><font size="2">3 Months </font> <input type="radio" name="SixMonths" value="V"><font size="2"> 6 Months </font> <input type="radio" name="TwelveMonths" value="V"><font size="2">12 Months</font></font></td> </tr> </table> <p align="center"><input type="submit" value="Submit" name="Submit"><input type="reset" value="Reset" name="Submit"></p> </form> </div>
|
|
|
|