Forms do not work (Full Version)

All Forums >> [Web Development] >> Microsoft FrontPage Help



Message


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>




jaybee -> RE: Forms do not work (4/3/2007 18:02:39)

Welcome. If it's been working and you made no changes, talk to your host first and see if they've done anything.

When you upload are you using Publish or FTP?




Reflect -> RE: Forms do not work (4/4/2007 7:33:47)

What is the URL to teh form that you have out there?

Take care,

Brian




jaybee -> RE: Forms do not work (4/4/2007 7:51:31)

I was just wondering if his host had disabled sendmail or something.




wfrankdavis -> RE: Forms do not work (4/4/2007 8:14:42)

I am working with live data on a IIS server that I manage. Thanks.




wfrankdavis -> RE: Forms do not work (4/4/2007 8:15:33)

http://www.dms-systems.com/html/qwikfacts_form.htm




Mike54 -> RE: Forms do not work (4/4/2007 8:37:05)

I don't see any of this (from you initial post)>
quote:

<!--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"

in the form you've linked to. In fact, when I open that form in FP and check the form properties it doesn't appear to be assigned to be sent anywhere???




wfrankdavis -> RE: Forms do not work (4/4/2007 10:25:37)

This is bizarre! I found as you did that the html in the page on the website and the html in FrontPage 2003 do not match even though I am directly modifying the file on the web server (which I control).

I changed the color of some text on the page just to make sure that it was updating and it did change as expected. However the form is still missing the attributes for email, thank you page, etc.

It seems that the page is not retaining the form attributes when the page is saved. Does this provide any insights?

I went back to an older version of the form which is at: http://www.dms-systems.com/html/qwikfacts_questionnaire.htm




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
8.007813E-02