Remove PayPal as a method to pay for membership.
authorSam White <webmaster@ycra.org.uk>
Sat, 13 Nov 2021 08:49:12 +0000 (08:49 +0000)
committerSam White <webmaster@ycra.org.uk>
Sat, 13 Nov 2021 08:49:12 +0000 (08:49 +0000)
public_html/join.php

index e726fe7c4c473af53f975745000dc549eec91c71..79cd83a5a3f0b7ea1b4e243a228e881bf8848c26 100644 (file)
@@ -35,8 +35,8 @@ function confirm_sent_data($data) {?>
       }?>
     </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
 }
 
@@ -130,10 +130,10 @@ function content() {?>
     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');