webdanny88 Posted July 22, 2009 Report Share Posted July 22, 2009 Hi, I have a little problem with a form i've made on my girlfriends website,i need to link her e-mail address to the submit button on the bottom of the form, so when someone fills out the form and clicks the submit button it sends the info to her email account.I have the usual code: <form action=""><input type="button" value="Submit" </form> Any help with this issue will be much appreicated.Thanks in advance. Link to comment Share on other sites More sharing options...
Ingolme Posted July 22, 2009 Report Share Posted July 22, 2009 Hi, I have a little problem with a form i've made on my girlfriends website,i need to link her e-mail address to the submit button on the bottom of the form, so when someone fills out the form and clicks the submit button it sends the info to her email account.I have the usual code: <form action=""><input type="button" value="Submit" </form> Any help with this issue will be much appreicated.Thanks in advance. The answer to your question is in the W3Schools PHP Tutorial Link to comment Share on other sites More sharing options...
webdanny88 Posted July 24, 2009 Author Report Share Posted July 24, 2009 Hi, Thanks for pointing me in the right direction, but is there any chance someone can write the code for me?Reason is i'm not very good with php, as i'm only a trainee designer etc.It would help me loads, thanks in advance. Link to comment Share on other sites More sharing options...
Yvil Posted July 24, 2009 Report Share Posted July 24, 2009 (edited) You could just google for "PHP contact form" and you'll get all the code you need .Ofcourse, it's more awesome if you write it yourself (which isn't too hard). Edited July 24, 2009 by Yvil Link to comment Share on other sites More sharing options...
morrisjohnny Posted July 24, 2009 Report Share Posted July 24, 2009 you will also have to ensure your web server has php active.If not your only option could be to try other languages if all fails either swtich host or else you might just have to have a mailto: link which opens the cilents default e-mail program such as Microsoft Outlook Express. Link to comment Share on other sites More sharing options...
thescientist Posted July 25, 2009 Report Share Posted July 25, 2009 You could just google for "PHP contact form" and you'll get all the code you need .Ofcourse, it's more awesome if you write it yourself (which isn't too hard). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now