Hi, this is what I am working with:
{exp:freeform:form form_name="default_template" required="name|email|message" notify="email@gmail.com" template="Contact Form"}
<fieldset class="fieldset">
<legend>Contact</legend>
<p><label for="name" class="name">Name<span class="required">*</span></label> <input type="text" id="name" name="name" /></p>
<p>
<label for="email" class="email">E-Mail<span class="required">*</span></label>
<input id="email" name="email" />
</p>
<p>
<label for="url" class="url">URL</label>
<input id="url" name="url" value="http://" />
</p>
<p>
<label for="message" class="message">Comment, Question, Suggestion<span class="required">*</span></label> </p>
<p>
<textarea id="message" name="message" ></textarea>
</p>
<p class="explanation"><span class="required">*</span> designates a required field.</p>
<p>
<input class="reset" type="reset" value="Reset"/>
<input class="submit" type="submit" value="Submit"/>
</p>
</fieldset>
{/exp:freeform:form}
and I can see the submitted entries in under the entries tab in the freeform module, but it is not sending the email. Any ideas?
Thanks!
