ah nevermind, i figured out you have to add a message field
I am new to using freeform, it seems great
But I am getting the name and the email info , but no message at all in the email. what is wrong?
{exp:freeform:form form_name="Contact Form" required="name|email|message" notify="test@mydomain.com"
return="contact3"}
<p>Name<br />
<input type="text" name="name" value="{name}" />
</p>
<p>Email<br />
<input type="text" name="email" value="{email}" />
</p>
<p>Message<br />
<textarea name="message" /></textarea>
</p>
<p>
<input type="submit" name="submit" value="Submit" />
</p></div>
{/exp:freeform:form}
