Wildhalf Posted February 19, 2007 Share Posted February 19, 2007 I need to know if it is possible to do the following. Can i pass values with the paypal subscription code below. so they can be used in the return page <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="Payment 1 of 3"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://www.somesite.com/"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="IE"> <input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input type="hidden" name="a1" value="0.00"> <input type="hidden" name="p1" value="3"> <input type="hidden" name="t1" value="D"> <input type="hidden" name="a3" value="5.00"> <input type="hidden" name="p3" value="1"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="src" value="1"> <input type="hidden" name="sra" value="1"> Link to comment https://forums.phpfreaks.com/topic/39096-solved-forms-and-paypal-buttons/ Share on other sites More sharing options...
Wildhalf Posted February 19, 2007 Author Share Posted February 19, 2007 I think i might have figured out a way to do what i wanted... Would this work???? The email address [email protected] will pull the info i need from the database. so i by changing the following 2 lines when the user returns to my site i can pull the info i want from my table. <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="return" value="http://www.somesite.com/[email protected]"> Link to comment https://forums.phpfreaks.com/topic/39096-solved-forms-and-paypal-buttons/#findComment-188289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.