bladechob Posted March 16, 2007 Share Posted March 16, 2007 Hi, I need to set a page so that when the submit button is hit it fires off an e-mail alert that an action has taken place (i.e. submitting an order form) to a specific e-mail address. The submit button currently has reconfirm assigned to it like this: [<div id="div1" style=" visibility: visible" ><input type="submit" value=" Go for it" onclick="return confirm_entry();"></div> </td>] Link to comment https://forums.phpfreaks.com/topic/42979-how-to-add-a-form-action/ Share on other sites More sharing options...
r-it Posted March 16, 2007 Share Posted March 16, 2007 why dont u send the mail from the form's action page, make that the first thing it does after it checks the $HTTP...VARS Link to comment https://forums.phpfreaks.com/topic/42979-how-to-add-a-form-action/#findComment-208742 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.