View previous topic :: View next topic |
Author |
Message |
GodOfWar666
Joined: 05 Oct 2006 Posts: 2
|
Posted: Wed Oct 11, 2006 9:03 am Post subject: Why am i Not getting any emails? |
|
|
i have spam off, is that the problem?
it's really frustratin!
i don't understand anything on this so a little help would do me good
username= GodOfWar666
http://www.666tankz-warzone.fusiveweb.co.uk/Home/Application/tabid/371958/Default.aspx |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Oct 13, 2006 7:16 am Post subject: Reply |
|
|
The problem is with the HTML of your webpage. Near the beginning of your HTML you have the following line of code (I think it has something to do with your site's navigation):
Code: |
<form name="Form" method="post" action="/Home/Application/tabid/371958/Default.aspx" id="Form" enctype="multipart/form-data" style="height:100%;"> |
You have pasted the myContactForm.com HTML within this form tag, basically creating a form within a form situation. Web browsers do not understand this. When submit is pressed on your form, it is simply reloading the Default.aspx webpage.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
GodOfWar666
Joined: 05 Oct 2006 Posts: 2
|
Posted: Sat Oct 14, 2006 9:07 am Post subject: |
|
|
so.... how do i fix it? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Oct 16, 2006 7:55 am Post subject: Reply |
|
|
You need to get rid of the code shown in the last post, as well as the </form> tag that ends this code. Of course, this will probably break your site's navigation.
Simply put, there probably isn't an easy way to fix your problem without fundamentally changing the way your page is built.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|