Add paypal link #243
Merged
w25tran
merged 6 commits from get-involved-payments
into main
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'get-involved-payments'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Closes #207
#244 will fix the pipeline
<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="9065852"/>
<input type="image" src="/images/get-involved/renew-paypal.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
uh pls no 🙈
use the
<button>
tag. Any attributes you use here will map to the Button component.Should I just remove the image entirely (its kinda ugly) and just have a button that says "Renew by Paypal"
YES! ❤️
I merged with main and now the build hasn't finished in 20+ mins
Probably just a 1 off
?
<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="9065852"/>
<button name="submit" alt="PayPal - The safer, easier way to pay online!">Renew by PayPal</button>
size="small"
and removealt="..."
Good to go after comments ☝️
You don't need to merge main before merging for small changes like these :)
9cb30100df
into main 1 year agoReviewers
9cb30100df
.