View previous topic :: View next topic |
Author |
Message |
devisor36
Joined: 10 May 2006 Posts: 1
|
Posted: Wed May 10, 2006 3:57 pm Post subject: Server Not Found |
|
|
Hello - My form, ( located at http://www.goseaver.com/contact.htm ) does not wsubmit correctly. It is having trouble finding your server. I have tried re-creating and updating the HTML for the form and it still doenst work. Can you help?
Thanks,
JS |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu May 11, 2006 8:34 am Post subject: Reply |
|
|
The problem you are having is caused by remnants of old code (from what looks to be an old form processor) that is left on your site. If you view the source code on your site, you will see the following:
Code: |
<FORM ACTION="http://209.102.88.6/FormBuilder/formprocessor.cgi" METHOD=POST> |
Delete this line along with the end form tag </FORM> that exists near the end of the html (right before the </CENTER> tag), and your problem will be solved.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|