| View previous topic :: View next topic |
| Author |
Message |
xcustomz
Joined: 20 Jul 2007 Posts: 3
|
|
| Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2286
|
Posted: Mon Nov 03, 2008 8:36 pm Post subject: Reply |
|
|
You have pasted your myContactForm.com code into an existing open form tag. This is causing the form to not post to the myContactForm.com servers. The particular bit of code causing this is below:
| Code: | | <form name="Form1" method="post" action="custom.aspx?id=11" id="Form1"> |
You need to either close this form tag before the myContactForm.com code or completely delete this bit of code.
Nick Ladd
myContactForm.com |
|
| Back to top |
|
 |
xcustomz
Joined: 20 Jul 2007 Posts: 3
|
Posted: Tue Nov 04, 2008 7:31 pm Post subject: |
|
|
| ok call me stupid but i have looked though both of them and cant find that code im not sure whats up |
|
| Back to top |
|
 |
xcustomz
Joined: 20 Jul 2007 Posts: 3
|
Posted: Tue Nov 04, 2008 7:54 pm Post subject: |
|
|
| ok i figured out where it is i looked at the source code and i found out that it is code that is in my site that i cant remove so how can i close that so it will send or what can i do. |
|
| Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2286
|
Posted: Tue Nov 18, 2008 11:01 pm Post subject: Answer |
|
|
| xcustomz wrote: | | ok i figured out where it is i looked at the source code and i found out that it is code that is in my site that i cant remove so how can i close that so it will send or what can i do. |
Place the following directly after the above code I pointed out:
Nick Ladd
myContactForm.com |
|
| Back to top |
|
 |
|