Callout button link to PayPal?

Hi.

Is it possible to make a callout button link to “buy now” on PayPal?

If not the callout button, what about a regular button?

Thanks.

Hi There,

You can try with the following HTML code:

<div class="x-callout center-text">
	<h2 class="h-callout">Engaging Title Here</h2>
	<p class="p-callout">Add in your content here. Make sure that it is something super duper awesome to get people to click on the button below!</p>
	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="6RNT8A4HBBJRE"><button href="#example" class="x-btn" title="Click Me!">Buy Now</button><img alt="" src="https://paypalobjects.com/en_US/i/scr/pixel.gif"
		width="1" height="1"></form>
</div>

Don’t forget to replace the host button ID value.

Hope it helps :slight_smile:

1 Like

YES! Thank you! this is exactly what I wanted.

(And thanks for the “super duper” prompt. :wink: )

1 Like