hi all i have been trying and trying to set up a contact page on godaddy. they require that i use a php script here is their example.

Code:
<form action="/gdform.php"  runat="server" method="post"> 
  <input type="hidden" name="subject" value="Form Submission" /> 
  <input type="hidden" name="redirect" value="Default.aspx"
...