View previous topic :: View next topic |
Author |
Message |
sschonberg
Joined: 29 Sep 2014 Posts: 1
|
Posted: Tue Sep 30, 2014 7:18 am Post subject: Error: "URL /index.php was not found on this server&am |
|
|
Contact form doesn't go through to my email. Above error message from trying on internet explorer and google browsers.
code:
[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
<style type="text/css">
.style1 {
font-size: xx-large;
}
.style2 {
text-align: center;
}
</style>
</head>
<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 100%; border: 3px solid #000000; margin: 0; padding: 0; background-color: transparent;">
<table summary="This table contains contact form fields." width="100%" cellpadding="0" cellspacing="0">
<tr style="margin: 0; padding: 0;">
<td style="background-color: #b6b7de; border-bottom: 2px solid #6b6565; padding: 5px; clear: left; margin: 0;">
<label for="subject" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 16px; font-weight: bold;">Subject: <span style="color: #FF0000">*</span></label>
<select name="subject" id="subject" >
<option value="General Inquiry">General Inquiry</option>
<option value="Schonberg for Congress">Schonberg for Congress</option>
<option value="Schonberg v. Obama">Schonberg v. Obama</option>
<option value="How Can I Help?">How Can I Help?</option>
<option value="Suggestions">Suggestions</option>
<option value="Elizabeth Warren">Elizabeth Warren</option>
</select>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #ebe8e8; border-bottom: 2px solid #6b6565; padding: 5px; clear: left; margin: 0;">
<label for="email" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 16px; font-weight: bold;">E-mail Address: <span style="color: #FF0000">*</span></label>
<input name="email" type="email" id="email" size="20" maxlength="100" required="required" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #b6b7de; border-bottom: 2px solid #6b6565; padding: 5px; clear: left; margin: 0;">
<label for="q1" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 16px; font-weight: bold;">Your Name: <span style="color: #FF0000">*</span></label> <input name="q1" id="q1" type="text" value="" size="30" maxlength="150" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #ebe8e8; border-bottom: 2px solid #6b6565; padding: 5px; clear: left; margin: 0;">
<label for="q2" style="float: left; width: 100%; display: block; padding-top: 4px; font-family: Arial; color: #000000; font-size: 16px; font-weight: bold;">Message: <span style="color: #FF0000">*</span></label> <textarea name="q2" id="q2" cols="40" rows="4" /></textarea>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: transparent; padding: 5px; clear: left; margin: 0;">
<input name="user" type="hidden" id="user" value="sschonberg" />
<input name="formid" type="hidden" id="formid" value="419171" />
<input name="submit" type="submit" value="Submit" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: transparent; padding: 5px; clear: left; margin: 0;">
<span style="color: #FF0000">*</span> <span style="font-family: Arial; color: #000000; font-size: 16px;">Required</span> <span style="float: right; font-family: Arial; color: #000000; font-size: 16px;"><a href="http://www.mycontactform.com" target="_blank" title="Link to myContactForm.com">Contact Forms For Your Site</a></span> </td>
</tr>
</table>
</form>
<!-- End myContactForm.com Form HTML --></body>
</html> |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Oct 01, 2014 1:10 am Post subject: |
|
|
First, check that under Edit > Redirect Page you have set the form redirect to a valid URL. It sounds like you're pointing the form to go to a page upon submission that doesn't exist.
There isn't anything wrong with the myContactForm.com code.
Your HTML for the web page however is messed up. At first glance, it is missing and opening <body> tag. There are likely other issues.
If you post a URL for the embedded form, it will be quick to confirm the above issues.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|