I’ve installed the email module and thought I followed the directions in terms of required fields, but I can’t seem to get this contact form to function. Can anyone see what’s missing? Thanks for any help!
<h1>Contact</h1>
{exp:email:contact_form user_recipients="false" recipients="[email protected]" charset="utf-8"}
Please feel free to contact us!
<div class="formBox">
<div>
<label title="required" for="from">Your name /assets/images/contact/asterisk_trans.png</label>
<input type="text" name="from" id="from" size="60" />
<input type="hidden" name="subject" size="40" value="Website Inquiry" />
</div>
<div>
<label title="required" for="contact">Your email address /assets/images/contact/asterisk_trans.png</label>
<input type="text" name="contact" id="contact" size="60" />
</div>
<div>
<label for="phone">Your telephone number</label>
<input type="text" name="phone" id="phone" size="60" />
</div>
<div>
<label title="required" for="message">Your message /assets/images/contact/asterisk_trans.png</label>
<textarea name="message" id="message" cols="60" rows="20"></textarea>
</div>
<div class="buttons">
<button name="submit" type="submit" value='Submit Form'>/assets/images/contact/send_now_btn.png</button>
</div>
</div>
{/exp:email:contact_form}