Full disclosure - I'm not total novice so any help would be appreciated but simple help for dummies will be extra appreciated :)
I'm creating a form in an html page. It needs to link up with a payment gateway and forward the entered information (I'm currently using the method="post" and that's all working fine), but I also need to collect the information and have it sent to a nominated email address (I'm currently using a sendmail.php action).
I have managed to make both work separately, but not together for the obvious reasons.
Is there a way to achieve both functions off the same form submission? And if so what is it?