The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Forms not submitting (only in FF, works in IE + safari), The forms submit, and the user is taken to the redirect page, but the
shawnhoffman
post Mar 31 2011, 03:48 PM
Post #1





Group: Members
Posts: 2
Joined: 31-March 11
Member No.: 14,244



I have an issue with a non-profit website I help out with. I am a bit of a novice designer, but these forms were working in multiple browsers until somewhat recently. It has been discovered that this form and others on the website have not been working and I narrowed it down to only not working in firefox (or perhaps more, but they work in IE and safari). The code for the form is posted and you can see the whole thing at :

http://www.btci.org/forms/general/contact2.html

^^ I made some changes to this version, the original is http://www.btci.org/forms/general/contact.html

I am also having issues with this: http://www.btci.org/forms/conferences/bf_s...hipappform.html

and possibly others. I am guessing that whatever the problem is, it is site-wide. AGain, forms are going through just fine from safari and IE, but not through FF. Any tips and hints are welcomed. Thanks in advance!

-Shawn

CODE
<form method="post" id="btcicontact" name="btcicontact" action="../../FPFormHandler/FormHandler.aspx">
<input id="to" type="hidden" value="btci@btci.org" name="to" />
<input id="from" type="hidden" value="Wmaster@btci.org" name="from" />
<input id="subject" type="hidden" name="subject" value="BTCI Contact Us Form" />
<input id="confirmpage" type="hidden" name="confirmpage" value="../forms/general/contact_response.html" />

<table border="0" cellspacing="2" cellpadding="2">
                <tr>
                  <td valign="top">First Name</td>

                  <td valign="top">
                    <input id="first_name" type="text" size="50" name="first_name" />
                  </td>
                </tr>
                <tr>
                  <td valign="top">Last Name</td>
                  <td valign="top">
                    <input id="last_name"  type="text" size="50" name="last_name" />
                  </td>
                </tr>

                <tr>
                  <td valign="top">Academic or<br />
                    Corporate Affiliation</td>
                  <td valign="top">
                    <input id="aca_affil" type="text" size="50" name="aca_affil" />
                  </td>
                </tr>
                <tr>
                  <td valign="top">Address</td>

                  <td valign="top">
                    <textarea id="address" name="address" cols="50" rows="2" wrap="VIRTUAL"></textarea>
                  </td>
                </tr>
                <tr>
                  <td valign="top">City</td>
                  <td valign="top">
                    <input id="city" type="text" size="50" name="city" />
                  </td>

                </tr>
                <tr>
                  <td valign="top">State</td>
                  <td valign="top">
                    <input id="state" type="text" size="50" name="state" />
                  </td>
                </tr>
                <tr>
                  <td valign="top">ZIP/Postal Code</td>

                  <td valign="top">
                    <input id="zip" type="text" size="50" name="zip" />
                  </td>
                </tr>
                <tr>
                  <td valign="top">Country</td>
                  <td valign="top">
                    <input id="country" type="text" size="50" name="country" />
                  </td>
                </tr>

                <tr>
                  <td valign="top">Phone</td>
                  <td valign="top">
                    <input id="telephone" type="text" size="50" name="telephone" />
                  </td>
                </tr>
                <tr>
                  <td valign="top">Fax</td>
                  <td valign="top">
                    <input id="fax" type="text" size="50" name="fax" />

                  </td>
                </tr>
                <tr>
                  <td valign="top">E-mail</td>
                  <td valign="top">
                    <input id="email" type="text" size="50" name="email" />
                  </td>
                </tr>
                <tr>
                  <td valign="top">Comments:</td>

                  <td valign="top">
                    <textarea id="comments" rows="5" name="Comments" cols="50"></textarea>
                  </td>
                </tr>
              </table><br />
                <p align="center"><input id="submit" type="submit" value="Submit Form" name="Submit" />&nbsp;&nbsp;&nbsp;&nbsp;
                <input id="reset" type="reset" value="Cancel" name="Cancel" /></p>
                  
</form>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 04:06 AM