2 different hidden "notify_url" tags in the same button

iwfox
Contributor
Contributor
2 different hidden "notify_url" tags in same button

Is it possible to have 2 hidden "notify_url" tags in the same button?

 

For example:

 

 (I removed the first ">" on every line, because else I was unable to post this)

 

 (I removed the first ">" on every line, because else I was unable to post this)

 

form action=https:// www. paypal.com/cgi-bin/webscr method=post>
input type="hidden" name="cmd" value="_xclick">
input type="hidden" name="business" value="email address">
input type="hidden" name="item_name" value="Just an example!">
input type="hidden" name="amount" value="99.95">
input type="hidden" name="currency_code" value="USD">
input type="hidden" name="return" value="http:/ /www. yourwebsite.com/thanks.html">
input type="hidden" name="notify_url" value=" http://  www. yourwebsite.com/notify1">

input type="hidden" name="notify_url" value=" http://  www. yourwebsite.com/notify2">
/form>

Login to Me Too
1 REPLY 1

KaiserWerk
New Community Member

I know, it's an older thread, but I'll answer anyway.

 

Yes, you can supply 2 notify_url fields, but only one value will be transmitted, since the last field with that specific name overwrites all previous ones.

Hope this helps.

Login to Me Too

Haven't Found your Answer?

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