So I’m at a bit of an impasse here with the contact form. Here’s my code
<div id="panel_contents">
{exp:email:contact_form recipients='[email protected]' return='site/thanks' charset='utf-8'}
<h2>USALIFT.com</h2>
<p> <br />
© 2011 Safetylane Equipment Corporation<br />
<br />
All rights reserved<br />
<br />
Phone: 812.333.8000 – <a href="mailto:[email protected]">[email protected]</a><br />
<br />
</div> <br />
<div id="panel_contents"><br />
<div class="inputWrapper"><br />
<label for="title">Full Name</label><br />
<input type="text" name="title" id="title" /><br />
</div><br />
<div class="inputWrapper"><br />
<label for="from">Email Address</label><br />
<input type="text" id="from" name="from" /><br />
</div><br />
<div class="hidden"><br />
<label for="subject">Subject: USALift Contact Form</label><br />
</div><br />
<div class="inputWrapper"><br />
<label for="phone">Phone Number</label><br />
<input type="text" name="phone" /><br />
</div> <br />
</div><br />
<div id="panel_contents" class="rightLogin"><br />
<label for="message">Message</label><br />
<br />
<textarea id="message" name="message" rows="10" cols="51"></textarea><br />
<input class="submitButton" name="submit" type='submit'/><br />
</div> <br />
<div class="clear"></div><br />
{/exp:email:contact_form} <br />
</div>This is continually throwing a “no valid email address” error.
So I then plugged in the generic contact form from the user guide and got the same thing. OOF! Any idea of what is going on here?
Thanks!