Hi Im using the FreeForm Module, and cannot get the form to Notify me (send me an email)..i posted the code im using below..can you hep please? why is it not working?
Thanks
<h3>Contact Us</h3>
<p>To send us a message, please fill out the form below. We'll get back to you shortly!</p>
<p>{exp:freeform:form<br />
collection="Contact Form"<br />
required="name|email"<br />
return="/index.php?/site/thankyou" <br />
notify="[email protected]"<br />
}<br />
<br />
Name: <input type="text" name="name" /></p><br />
Email: <input type="text" name="email" /></p><br />
Questions or Comments:<br />
<textarea name="question"></textarea><br />
<br />
<input type="submit" name="submit" value="Submit" /></p><br />
<br />
{/exp:freeform:form}