Donate button: Disable share postal address checkbox

oligalma
Contributor
Contributor

I would like to add a donate button to my website. I created the button successfully, but I found that, if paying by credit card, there is a checkbox called "Share your postal address so they can confirm the donation". I would like to disable this checkbox because I don't want to collect any postal address. Is that possible? Or simply, disable the paying by credit card method.

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

oligalma
Contributor
Contributor

Finally I've found the solution. You need to include the "no_shipping" parameter in the form:

 

<input type="hidden" name="no_shipping" value="1" />

 

 

View solution in original post

Login to Me Too
1 REPLY 1
Solved

oligalma
Contributor
Contributor

Finally I've found the solution. You need to include the "no_shipping" parameter in the form:

 

<input type="hidden" name="no_shipping" value="1" />

 

 

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.