View previous topic :: View next topic |
Author |
Message |
suicyanide
Joined: 15 Sep 2011 Posts: 3
|
Posted: Thu Sep 15, 2011 7:06 pm Post subject: My Form wont submit. |
|
|
I have followed all instructions and the form is on my site. I decided to test it.
So I filled it out , but when i click submit, nothing happens. it does't redirect or even send the completed form to my email address. How can i fix this? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Sep 16, 2011 9:03 am Post subject: Reply |
|
|
You likely have placed the code within an already open form tag on your site or have another issue with the code surrounding the form. I cannot diagnose the issue however unless you provide me with a URL that I can look at the code on your site.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
suicyanide
Joined: 15 Sep 2011 Posts: 3
|
Posted: Fri Sep 16, 2011 1:09 pm Post subject: RE: |
|
|
Ok the link to the page it is on is http://www.typhanyco.webs.com/register.html.
And the HTML Doc for that page is as follows :
Code: |
<html>
<body style="background-color:black;">
<h1><a href='http://www.typhanyco.webs.com/index.html'"><img src="http://typhanyco.webs.com/images/home.jpg"></a>~<a href='http://www.typhanyco.webs.com/downloads.html'><img src="http://typhanyco.webs.com/images/downloads.jpg"></a></h1>
<hr />
<c><h1 style="font-size:30px;color:red;">Typhany CO Registration Page</h1></c>
<hr />
<p>
<!-- Begin myContactForm.com Form HTML -->
<H3>This form is inoperational!</H3> <Provisional users can't create forms name="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php">
<input name="user" type="hidden" id="user" value="suicyanide" /><input name="formid" type="hidden" id="formid" value="351094" /><input name="subject" type="hidden" id="subject" value="New TyphanyCO Account Info" />
<table width="100%" style="border: 0px solid #000000; margin: 0; padding: 0; background-color: #000000;"><tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr bgcolor=""><td><font color="#FF0000" size="3" face="Arial">Username<font color="#FF0000"> *</font></font></td><td><font color="#FF0000" size="3" face="Arial"><input name="q[1]" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; font-weight: normal; color: #FF0000; background-color: #000000; border: 1px solid #00CC00; vertical-align: middle; padding-left: 4px;" /></font></td></tr>
<tr bgcolor=""><td><font color="#FF0000" size="3" face="Arial">Password<font color="#FF0000"> *</font></font></td><td><font color="#FF0000" size="3" face="Arial"><input name="q[2]" type="text" value="" size="20" maxlength="15" style="font-family: Arial; font-size: 14px; font-weight: normal; color: #FF0000; background-color: #000000; border: 1px solid #00CC00; vertical-align: middle; padding-left: 4px;" /></font></td></tr>
<tr bgcolor=""><td><font color="#FF0000" size="3" face="Arial">Email<font color="#FF0000"> *</font></font></td><td><font color="#FF0000" size="3" face="Arial"><input name="q[3]" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; font-weight: normal; color: #FF0000; background-color: #000000; border: 1px solid #00CC00; vertical-align: middle; padding-left: 4px;" /></font></td></tr>
<tr><td><font color="#FF0000" size="3" face="Arial"> E-mail Address:<font color="#FF0000"> *</font></font></td><td><input name="email" type="text" id="email" size="20" maxlength="100" style="font-family: Arial; font-size: 14px; font-weight: normal; color: #FF0000; background-color: #000000; border: 1px solid #00CC00; vertical-align: middle; padding-left: 4px;" /></td></tr><tr><td colspan="2"><hr size="1" /></td></tr>
<tr><td colspan="2"><input name="submit" type="submit" style="background-color: #000000; font-family: Arial; font-size: 16px; color: #FF0000; border-bottom:2px solid #00CC00; border-right:2px solid #00CC00; border-top:2px solid #00CC00; border-left:2px solid #00CC00" value="Submit" /> </td></tr>
<tr><td><font color="#FF0000" size="1" face="Verdana, Arial, Helvetica, sans-serif"><b>*</b></font> <font size="1" face="Verdana, Arial, Helvetica, sans-serif">Required</font></td><td align="right"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="http://www.mycontactform.com">Create Your Own Contact Form</a></strong></font></td></tr>
</table></td></tr></table></form>
<!-- End myContactForm.com Form HTML -->
</p>
</body>
</html> |
Please specify anything wrong, I havent changed anything in the html for the form. |
|
Back to top |
|
 |
suicyanide
Joined: 15 Sep 2011 Posts: 3
|
Posted: Fri Sep 16, 2011 3:12 pm Post subject: actually |
|
|
I think i see the issue. I went thru other forum topics, and it looks llike my website host doesnt allow forms within the first seven days. I will wait the 7 days and see if that helps, if not ill post on here again. |
|
Back to top |
|
 |
|