Paypal Buttons only working in Chrome

I have some PayPal buttons but they are only showing and working in Chrome. Edge doesn’t show the buttons at all.

The page is https://www.sweetadelines.org.au/convention/

The code is

 <div>
<span style="font-size:2.5em; color:#999999; font-weight:bold;">$15</span>
<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="1234XX" />

<input type="submit" class="x-btn x-btn-global" style="background: #139a93; box-shadow: -0.03em 0.2em 0.2em 0em #317470; border-color: #139a93;" size="small" name="submit" alt="Submit" value="Donate $15 Now!"/>

</form>
</div>

Can you help?

Thanks

Roz

Hi Roz,

Thanks for writing in.

Sorry to hear you’re having this issue, but unfortunately, there is no paypal button regardless of browser. Have you tried contacting the button’s author? It’s not part of the theme so we couldn’t really provide support for 3rd party embed codes.

Thanks!

Actually it worked fine in Windows 10 and Chrome but in every other browser or OS, the html just said <form......></form> and just ignored all the inputs in between.

Anyway, I copied my html and changed from a text element to a classic text element and it is now working fine. Must be something that you have in the new text element that is causing the issue.

Hey There,

It is recommended that you use Raw Content element when you want to insert a custom html code within your page. The text element will strip html tags which is why it disappeared from your front end. Use only raw content element.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.