View previous topic :: View next topic |
Author |
Message |
streamish
Joined: 10 Apr 2012 Posts: 1
|
Posted: Tue Apr 10, 2012 4:37 pm Post subject: Not receiving e-mails |
|
|
I've read many of the questions posted already, but it doesn't seem to answer my issue. The e-mails are simply not being sent to me. They do not hit any junk folder, nor do they appear as sent in my form management panel. I believe the issue lies within the code itself (directly copied from my form's HTML button). The code looks as follows:
<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 100%; border: 1px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;">
<table summary="This table contains contact form fields." width="100%" cellpadding="0" cellspacing="0">
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
etc etc etc.
It doesn't look like it's being associated with my account, so it has no clue where to send the form information to. Please help me resolve this issue.
Thanks |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Apr 11, 2012 8:01 am Post subject: Reply |
|
|
Please post a link to your form. It is likely that you have placed the form code into an already open form tag existing on your site. This would essentially have the net effect of posting the form data back to the page it's on and simply refreshing the page rather than sending the data to the processing server.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|