skc56
05-22-2009, 06:10 PM
This is my first time working with javascript. I am customizing a template wth a contact form and I can't get it to send the email.
This code came with the template and I attempted to fill-in the blanks.
Can someone please tell me if there is anything wrong here? I am not sure if the issue is with this or the php code.
here's what I have for the submit link
<a href="success.html" class="link" onclick="document.getElementById('form').submit()">submit</a>
Thanks.
skc56
This code came with the template and I attempted to fill-in the blanks.
Can someone please tell me if there is anything wrong here? I am not sure if the issue is with this or the php code.
here's what I have for the submit link
<a href="success.html" class="link" onclick="document.getElementById('form').submit()">submit</a>
Thanks.
skc56