Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PayPal を使用する支払いページがあります。正常に動作していますが、支払い後にリターン リンクにカスタム値を追加したいと考えています。例えば
http://mypage.com/returnpaypal&email=eric@gmail.com
これはPayPalで可能ですか?はいの場合、どのように?
これをフォームに追加するだけです
<input type="hidden" name="return" value="http://mypage.com/returnpaypal&email=eric@gmail.com">