every time i click submit it opens up yahoo.com i want it the to send the message right from my website. or mayby its just my computer try your self heres the page | _______________ ______________
Also here is the code i am useing if you can try to fix it so after the form is filled out it sends it right tomy e mail
Please help!
Also here is the code i am useing if you can try to fix it so after the form is filled out it sends it right tomy e mail
Code:
<!-- Form made by cody.m --> <center> <FORM METHOD="POST" ACTION="mailto:removed email address"> <font color="red">*</font>First Name: <INPUT TYPE="text" VALUE="Joe king" SIZE="20" onFocus="this.value=''"> <font color="red">*</font>E-Mail: <INPUT TYPE="text" VALUE="removed email address" SIZE="30" onFocus="this.value=''"> </p> <center> <pre>Comments or feedback:</pre><TEXTAREA NAME="comment" ROWS=10 COLS=50></TEXTAREA> <BR> </center> <INPUT TYPE="submit"> <INPUT TYPE="reset"> </form> </center> <!-- END OF "Form made by cody.m" -->
Comment