sending an email to myself at the same time the paypal button is clicked

whats-dat
New Community Member

Here is the code I have for my paypal button, can I email myself when someone clicks the buy now button? In this case the buy now button says register. Could I simply add another form action line under the existing one?

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>
<table cellpadding="0" cellspacing="0" border="0" align="center">
              <tr>
                 
                    <td>
                   
                 <form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post" style="width:85px;">
                  
                     <input type="hidden" name="cmd" value="_s-xclick" />
                     <input type="hidden" name="hosted_button_id" value="BL4BT2D3YPLWW" />
                     <input type="image" src="images/btn_register.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" style="float:left; width:85px;" />
                     <img alt="image" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_US/i/scr/pixel.gif" width="1" height="1" />                    </form>
                     </td>
                     </tr>
                     </table>
             
                
                 
             </div></td>
            
            
            

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.