Disbaled Winter event sign-up form.
authorSam White <webmaster@ycra.org.uk>
Sun, 9 Jan 2022 17:40:25 +0000 (17:40 +0000)
committerSam White <webmaster@ycra.org.uk>
Sun, 9 Jan 2022 17:40:25 +0000 (17:40 +0000)
public_html/winter-event.php

index e800b777cb67453db0b9d44011ddcf2974ff4546..54464c11eb745d4073348f094caecd9502189e2e 100644 (file)
@@ -30,6 +30,7 @@ function content() {?>
   <h1>Winter event tickets</h1>
 
   <?php
+  /*
   $errors = $params = [];
 
   if (array_key_exists('ticket', $_POST)) {
@@ -63,7 +64,7 @@ function content() {?>
     return;
   }
 
-  if ($_POST) $params = $_POST;?>
+  if ($_POST) $params = $_POST;*/?>
 
   <p>We will be holding our inaugural ringing event in Birmingham on Saturday,
   15 January 2022. There will be the opportunity to ring at some great towers in
@@ -76,11 +77,12 @@ function content() {?>
   <p>Please use the form below to book your place at this event. It will be free
   for YCRA members to attend this event.</p>
 
-  <p>The deadline for sign-ups is <b>Saturday, 8th January 2022</b>.</p>
+  <p><b>Sign ups for this event have now closed. We look forward to seeing many of you there.</b></p>
 
   <?php show_error_list($errors);?>
 
-  <form method="post" action=""><?php
+  <!--form method="post" action=""><?php
+    /*
     email_field($params, 'email_address',
                 'Email address used for membership sign-up', ['required'=>'']);
 
@@ -88,7 +90,7 @@ function content() {?>
             'Please enter the full names of any adults who will be accompanying you',
             ['rows'=>'2']);
 
-    textarea($params, 'dietary_requirements', 'Do you have any dietary requirements?');?>
+    textarea($params, 'dietary_requirements', 'Do you have any dietary requirements?');*/?>
 
     <div class="field">
       <input type="checkbox" name="consent" id="consent" value="1" />
@@ -100,7 +102,7 @@ function content() {?>
     </div>
 
     <input type="submit" name="ticket" value="Request ticket" />
-  </form><?php
+  </form--><?php
 
 }