}?>
</table>
<input type="submit" name="back" value="Back" />
- <input type="submit" name="paypal" value="Pay for membership now via PayPal" />
- <input type="submit" name="other-payment" value="Pay for membership later using another payment method" />
+ <!--input type="submit" name="paypal" value="Pay for membership now via PayPal" /-->
+ <input type="submit" name="other-payment" value="Pay for membership by bank transfer (or other means)" />
</form><?php
}
text_field($params, 'surname', 'Surname', ['required'=>'']);
email_field($params, 'email_address', 'Email address', ['required'=>'']);?>
- <p>When you join the YCRA, we will send you a membership pack. If you do
- <b>not</b> pay for your membership via PayPal, we will need your address.
- Please either enter it here, or provide it when you pay for your
- membership.</p><?php
+ <p>When you join the YCRA, we will send you a membership pack.<!--If you do
+ <b>not</b> pay for your membership via PayPal,--> We will need your address so that we can send this to you.
+ <!--Please either enter it here, or provide it when you pay for your
+ membership.--></p><?php
text_field($params, 'address_line_1', 'Address line 1');
text_field($params, 'address_line_2', 'Address line 2');