From 37db15f58589ea90202eba77bb0e60e62b17c8db Mon Sep 17 00:00:00 2001
From: Sam White
Date: Fri, 31 Dec 2021 20:45:47 +0000
Subject: [PATCH] Add way to view responses to the winter event form.
---
public_html/login.php | 4 +-
public_html/winter-event-responses.php | 99 ++++++++++++++++++++++++++
2 files changed, 102 insertions(+), 1 deletion(-)
create mode 100644 public_html/winter-event-responses.php
diff --git a/public_html/login.php b/public_html/login.php
index b6400a7..67d0f22 100644
--- a/public_html/login.php
+++ b/public_html/login.php
@@ -43,7 +43,9 @@ function content() {
if ($uid) {
esc('Login successful!.');
$_SESSION['user'] = $uid;?>
- Click >here to view the membership list.
Click >here to view the membership list.
+ Click >here to view
+ the responses for the winter event.
+ Restricted access page
+
+ YCRA Winter Event Responses
+
+ Below is a list of the winter event ticket form responses (ordered by most
+ recent first).
+
+ Click >here to download a CSV
+ file containing the email addresses of all members that have replied to this form.
+
+ Click >here
+ to download a CSV file containing the responses to this form.
+
+ Please note this is still a work in progress.
+
+
+
+ Name |
+ Email address |
+ Date replied |
+ Accompanying Adults |
+ Dietary Requirements |
+
+
+ |
+ |
+
+ |
+ |
+
+
--
2.25.1