View previous topic :: View next topic |
Author |
Message |
lledmancpa
Joined: 14 Sep 2010 Posts: 2
|
Posted: Tue Sep 14, 2010 9:25 am Post subject: server error |
|
|
After copying the html into my website and publishing the website I tested the form to see if it was working as expected. When I submit the form I receive the following error message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /business_19.aspx
Any help would be appreciated. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Sep 15, 2010 6:18 am Post subject: Reply |
|
|
This error is not coming from myContactForm.com. It is coming from your server. It is caused by one of two things:
1. The 'action' line within the code we've provided is being changed by your webpage. If you look at the source code for your form that is being hosted on your website, you should see something that says:
Code: |
<form name="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php"> |
2. If the above code looks fine, then the most likely scenario is that you have pasted the myContactForm.com code into an already open form tag. Look at your HTML source of the online site and see if you have pasted then code in between a set of form tags. You need to make sure and close any open form tags before pasting in the myContactForm.com code.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
lledmancpa
Joined: 14 Sep 2010 Posts: 2
|
Posted: Wed Sep 22, 2010 6:30 am Post subject: |
|
|
Nick, does it matter where the code is entered? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Sep 22, 2010 6:44 am Post subject: |
|
|
lledmancpa wrote: |
Nick, does it matter where the code is entered? |
Yes, it needs to be in the same location which we have provided it in the original code.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|