Hi, I am using a FORM to send information to PAYPAL for payment. I also want to get this information at my email ID as well. Could someone please help me in this? Right now I am using : <form action="paypalsubmitpage" method="post"> Thanks in advance, Sumit
Uhm... Tough one... What I would do, is to first submit the form with an ajax script, return false, and when the ajax request has run, then form.submit.
Thanks a lot for your quick reply! I will try this if I got solution I will you know here! Thanks again! SEO Company Australia
Yeah definitely you should first write some javascript to receive the submit then through AJAX send an EMail to required email id and then submit the form to paypal with javascript