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