hyett 0 Report post Posted December 10, 2007 (edited) does anyone know how to make a form/application that when you submit the form with the submit but it sends it in a email to you email address if anyone on here knows please please let me knowthanks,i want this so i can have members apply for a team on my football site and there information will come back to me and i can accept or reject them for that job Edited December 10, 2007 by hyett (see edit history) Share this post Link to post Share on other sites
sonesay 7 Report post Posted December 10, 2007 it can be done in php with the mail function. I'm sure there are many others in other languages like asp, pearl maybe even javascript? mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] ) Share this post Link to post Share on other sites
hyett 0 Report post Posted December 10, 2007 it can be done in php with the mail function. I'm sure there are many others in other languages like asp, pearl maybe even javascript? mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] ) im not the bets at html so really i would need a html generator to do all the scripting for what i need lol Share this post Link to post Share on other sites
sonesay 7 Report post Posted December 10, 2007 check this out. It will generate the code for you and it also includes email function http://www.htmlbasix.com/forms.shtmlI'm not 100% sure how it work or what it will use to send email but it has it there, try it out. Share this post Link to post Share on other sites
galexcd 0 Report post Posted December 10, 2007 What sonesay's link does is generate a form that basically opens whatever the user's default mail program is and fills in some of the data for them. If you want to automatically send a message without having the user send the message from his or her own email address you need php. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted December 11, 2007 or use the mailto: protocolClick the link in my siggy to see one version of it. Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 25, 2007 There is a way do it in HTML with out using slow PHP.Change the action tag in HTML to your email, or use pearl fuse action. Share this post Link to post Share on other sites