PHP signup form - help

Hi I am looking to send this to my email address when the user have press submit. I can verified that there have submit the form but it will not send to my email address. Can anyone help?

Thanks in advance.

        <td align="center" colstart="1">Name:</td>
        <td align="center" colstart="2"><input type="text"
        size="50" name="title"></td>
    </tr>
    <tr>
        <td align="center" colstart="1">E-mail address:</td>
        <td align="center" colstart="2"><input type="text"
        size="30" name="mail"></td>
    </tr>



    </tr>


        <td align="center" colspan="2" colstart="1"><input
        type="button" name="Submit"
        value="Submit this information"
        onclick="runSubmit(this.form)"> </td>
    </tr>
</table>
</div>
These fields are required:

I don’t see any PHP here. Are you trying to send mail using javascript?

Sponsor our Newsletter | Privacy Policy | Terms of Service