Problem sending Contact Page details
My contact page is set up and reads, "Your message has been SENT". However, I'm not getting the email forwarded to my email that I set up in HTML:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BluntImage</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
background-image: url(IMAGES/DRONE_FALLS_1600px.jpg);
text-align: center;
}
</style>
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script><!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header> <a href="index.html">
<h4 class="logo"><img src="IMAGES/LOGO_NEW.png" width="250" height="127" alt=""/></h4>
</a>
<nav>
<ul>
<li>
<h2><a href="index.html">HOME</a></h2>
</li>
<li>
<h2><a href="about.html">ABOUT</a></h2>
</li>
<li>
<h2><a href="work.html">WORK</a></h2>
</li>
<li>
<h2><a href="contact.html">CONTACT</a></h2>
</li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section id="hero">
<h1 class="hero_header"> </h1>
<h1 class="hero_header"> </h1>
<h1 class="hero_header" style="font-style: inherit; font-size: 18px;"> </h1>
<h1 class="hero_header" style="font-style: inherit; font-size: 18px;"> </h1>
<h1 class="hero_header" style="font-style: inherit; font-size: 18px;"><span style="font-size: 24px; color: rgba(6,219,248,1);">CONTACT</span></h1>
<p> </p>
<p><span class="cards" style="font-size: 36px; font-style: normal; color: rgba(248,146,5,1);">BluntImage, LLC</span><br />
</p>
<p class="style_marginpadding"><strong style="color: rgba(6,219,248,1); font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;">Los Angeles</strong></p>
<p class="style_marginpadding"><strong style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif; color: rgba(6,219,248,1);">New York</strong></p>
<p class="style_marginpadding"><strong><span style="color: rgba(6,219,248,1);">Dallas</span></strong></p>
<form action="mailto:[email address removed by Mod] method="post">
<table width="510" align="center">
<tr>
<td align="center" colspan="2"><span style="color: rgba(6,219,248,1)">Enter your info below to contact us.</span><br />
<br /></td>
</tr>
<tr>
<td align="right">name:</td>
<td align="left"><input type="text" size="36" name="name" /></td>
</tr>
<tr>
<td align="right">company:</td>
<td align="left"><input type="text" size="36" name="company" /></td>
</tr>
<tr>
<td align="right">country:</td>
<td align="left"><input type="text" size="36" name="country" /></td>
</tr>
<tr>
<td align="right">telephone:</td>
<td align="left"><input type="text" size="36" name="number" /></td>
</tr>
<tr>
<td align="right">email:</td>
<td align="left"><input type="text" size="36" name="email" /></td>
</tr>
<tr>
<td align="right" valign="top">comment:</td>
<td align="left"><textarea cols="42" rows="6" name="comments"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input name="submit" type="submit" class="button" formaction="mailscript.php" formmethod="POST" value="Send"/>
<input class="button" value="Reset" type="reset" /></td>
</tr></table>
</form>
</section>
<tr>
<td valign="top" align="center"><p>www.bluntImage.com</p></td>
</tr>
<p> </p>
</div>
</body></html>
If there is a way I can get this fixed, please do not be bashful! You can also call me [phone number removed by Mod]
[heading modified by Mod]
