From 4dd692aa9de66c406ec114aa5df103a193872567 Mon Sep 17 00:00:00 2001 From: Sam White Date: Sat, 9 Apr 2022 12:57:59 +0000 Subject: [PATCH] Add initial version of Spring event sign up form. --- public_html/events.php | 17 +++-- public_html/includes/forms.php | 6 +- public_html/includes/navbar.php | 6 +- public_html/winter-event.php | 111 -------------------------------- 4 files changed, 19 insertions(+), 121 deletions(-) delete mode 100644 public_html/winter-event.php diff --git a/public_html/events.php b/public_html/events.php index f70ae0f..7bfbbe2 100644 --- a/public_html/events.php +++ b/public_html/events.php @@ -30,8 +30,17 @@ function content() {?>

Below is a list of the events we currently have planned.

-

Keep checking back here for updates on what we are up to.

+

Spring event: 23rd April 2022

+

>Join us in Bristol on Saturday, 23rd + April for our Spring event.

+ +

Summer event: September 2022

+ +

Come and join us in Nottingham for our YCRA Summer event. More details to + follow!

Keep checking back here for updates on what we are up to.

+ +

Past events

Winter event: 15th January 2022

The inaugural YCRA event! Come and join us in Birmingham for chance to ring with other young ringers at iconic towers such as St Martin's in the @@ -83,11 +92,7 @@ function content() {?>

We would like to thank Clare McArdle for her help in organising this event. We look forward to seeing you all there.

- -

Summer event: September 2022

- -

Come and join us in Nottingham for our YCRA Summer event. More details to - follow!

if (!empty($data[$key])) {?> : - + + 'Events', 'path' => 'events.php' ], - 'winter-event' => [ - 'name' => 'Winter event sign up', - 'path' => 'winter-event.php' + 'spring-event' => [ + 'name' => 'Spring event sign up', + 'path' => 'spring-event.php' ],/* 'links' => [ 'name' => 'Useful Links', 'path' => '#' diff --git a/public_html/winter-event.php b/public_html/winter-event.php deleted file mode 100644 index 54464c1..0000000 --- a/public_html/winter-event.php +++ /dev/null @@ -1,111 +0,0 @@ - -

Winter event tickets

- - -

You have already signed up to this event.

- -

If you would like to amend the information you previously submitted, - please email us at events@ycra.org.uk.

'1','member_id'=>$id,'date_added'=>date('Y-m-d H:i:s'), - 'details'=>json_encode($details)]);?> -

Your details have been submitted successfully.

-

We will email you with more details about the event soon.

- -

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 - Birmingham, including the 16 at the bullring!

- -

Please see the >events page - for the itinerary and more information about this event. We would like to thank - Clare McArdle for her help in organising this event.

- -

Please use the form below to book your place at this event. It will be free - for YCRA members to attend this event.

- -

Sign ups for this event have now closed. We look forward to seeing many of you there.

- - - - -- 2.25.1