<h1>Winter event tickets</h1>
<?php
+ /*
$errors = $params = [];
if (array_key_exists('ticket', $_POST)) {
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
<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'=>'']);
'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" />
</div>
<input type="submit" name="ticket" value="Request ticket" />
- </form><?php
+ </form--><?php
}