Hey,
I cannot seem to get the mail(); function working with my contact form. I have tested the form in many ways and the only thing it is not doing is mailing the data.
Here is the code:
<input type="submit" value="SEND" id="send" />
<script>
$('#send').click(function(e) {...