Paypal button in HTML

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
12/13/2010 10:33:10 AM
Gravatar
Total Posts 5

Paypal button in HTML

is possible to add a paypal button to the HTML content feature?

12/13/2010 1:09:11 PM
Gravatar
Total Posts 18439

Re: Paypal button in HTML

In ASP.NET WebForms there is a limitation that a page can only have one html form and that form already exists, so it is not possible to add a paypal button that uses a form.

What you can do is create a paypal link the same as you would use for email and then wrap an image inside the link, this is how the Donate button on this site works.

Or you could possibly use the WebStore feature.

Hope it helps,

Joe

12/14/2010 1:34:28 PM
Gravatar
Total Posts 18439

Re: Paypal button in HTML

fyi, I just posted an article here that describes how to create a custom feature for PayPal Buy Now with full working source code (its very simple) and the article also discusses the problems related to just using the PayPal generated button as is in an Html content feature and a way to use a link instead.

http://www.mojoportal.com/building-a-simple-paypal-buy-now-feature.aspx

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.