Back to Members:
The following is the HTML source of the HTML Box of the "Pay for Registration" page.
Including in the select options below only non-payment-only events, ie. those requiring registration with Cupertino. Otherwise, it should go to the list of "Pay for Events".
---------------------------------------
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="paypal@ChurchInCupertino.org">
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="cn" value="More info for the serving ones" maxlength="200" />
<table>
<tbody>
<tr>
<td style="padding: 0 5px 5px 0;">Name to pay for<input type="hidden" name="on0" value="__PaidFor" /></td>
<td style="padding: 0 5px 5px 0;"><input type="text" name="os0" maxlength="200" required/></td>
</tr>
<tr>
<td style="padding: 0 5px 5px 0;">Event</td>
<td style="padding: 0 5px 5px 0;"><select name="item_name" required>
<option hidden disabled selected value>-- Select an event --</option>
<option value="2019 July Training">2019 July Training</option>
</select></td>
</tr>
<tr>
<td style="padding: 0 5px 5px 0;">Paypal Invoice</td>
<td style="padding: 0 5px 5px 0;"><input type="text" name="invoice" maxlength="200" required /></td>
</tr>
<tr>
<td style="padding: 0 5px 5px 0;">Amount</td>
<td style="padding: 0 5px 5px 0;"><input type="text" name="amount" maxlength="200" required /></td>
</tr>
<tr>
<td style="padding: 0 5px 5px 0;">Note<input type="hidden" name="on1" value="__Note" /></td>
<td style="padding: 0 5px 5px 0;"><textarea name="os1" rows="10" cols="30">
</textarea></td>
</tr>
</tbody>
</table>
<input type="hidden" name="return" value="http://sites.churchincupertino.org/public/ol/pay-for-events/thank-you" />
<input type="hidden" name="cancel_return" value="http://sites.churchincupertino.org/public/ol/pay-for-events/payment-aborted" />
<input type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="PayPal - The safer, easier way to pay online!" /> <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>
</body>
</html>