jonathanfla Posted March 11, 2011 Share Posted March 11, 2011 here is the address http://bancorpfunding.com/contact-form.html either view source or look at code below How do i get the action to send to email without writing a message [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/230376-application-form-check-this-out/ Share on other sites More sharing options...
Maq Posted March 11, 2011 Share Posted March 11, 2011 No on is going to go through almost 50k worth of code. Please post the relevant code and tell us what you've done to isolate the problem. Quote Link to comment https://forums.phpfreaks.com/topic/230376-application-form-check-this-out/#findComment-1186402 Share on other sites More sharing options...
jonathanfla Posted March 11, 2011 Author Share Posted March 11, 2011 <form id="form1" name="form1" method="post" action=""> What do i put in action="what?here?"> to make the forum submit to the email address wheni tryed earlier it open mail inbox i dont want that i want my server to send a message to my email Quote Link to comment https://forums.phpfreaks.com/topic/230376-application-form-check-this-out/#findComment-1186409 Share on other sites More sharing options...
jonathanfla Posted March 12, 2011 Author Share Posted March 12, 2011 http://bancorpfunding.com/contact-form.html please help !? i want to make this submit to email not action="mailt:? becuase that make it manualy email i want the server to send email please help! Quote Link to comment https://forums.phpfreaks.com/topic/230376-application-form-check-this-out/#findComment-1186493 Share on other sites More sharing options...
trq Posted March 12, 2011 Share Posted March 12, 2011 Your action will need to point to a php script that sends the email. See http://php.net/mail Quote Link to comment https://forums.phpfreaks.com/topic/230376-application-form-check-this-out/#findComment-1186497 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.