New to the community? Welcome! Please read our Community Rules and Guidelines
I'm trying to add a link to a button I'm creating for my PayPal page. I want to link to this page. However, when I click on the button, the link is broken. How can I fix this link?
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="ZQ5UUE4DEBMV2" /
Hi, looks like some part of your hosted button code is missing, to get it again you can:
- log in into your PayPal account
- selct Profile
- select My selling preferences (Alternatively click on this direct link https://www.paypal.com/businessprofile/mytools )
- click UPDATE next to PayPal buttons
- next to your existing button click the combo "Action" and select "View Code"
- on this page you have 2 tabs, "Website" and "Email"
now
- click on "Website" and you have the button code, you can copy this code
- click on "Email" and you have the string link to your button, you can copy this link anywhere and will load your button
©1999-2021 PayPal, Inc. All rights reserved.