Add paypal link #243

Merged
w25tran merged 6 commits from get-involved-payments into main 2021-09-02 13:37:09 -04:00
1 changed files with 11 additions and 1 deletions

View File

@ -22,7 +22,17 @@ That's all! After your account created, you'll have access to all the
#### Membership Renewal
If you are already a member of the CSC and want to renew your membership, you
can do so by coming in person to our office.
can do so by coming in person to our office. You may also renew your membership
online, though you must pay more than the usual $2.00 to cover PayPal fees.
A one-term renewal via PayPal comes out to $2.37.
<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="9065852"/>
<button size="small" name="submit">Renew by PayPal</button>
w25tran marked this conversation as resolved Outdated

uh pls no 🙈

use the <button> tag. Any attributes you use here will map to the Button component.

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"

Should I just remove the image entirely (its kinda ugly) and just have a button that says "Renew by Paypal"

YES! ❤️

YES! :heart:
</form>
w25tran marked this conversation as resolved
Review

size="small" and remove alt="..."

`size="small"` and remove `alt="..."`
</p>
</details>