From 903f241d33d4f714d03410d7d43aa599ca2bb06e Mon Sep 17 00:00:00 2001
From: Expo on server
Date: Sun, 16 Jun 2024 10:51:36 +0100
Subject: [PATCH] Update signup form 2004 to 2024 and fix quoting so it
actually appears
Update signup page so it actually displays. It does not yet work however.
Fix quoting in signup form so it actually appears
---
signup/submit.php | 65 ++++++++++++++++++++++++++---------------------
1 file changed, 36 insertions(+), 29 deletions(-)
diff --git a/signup/submit.php b/signup/submit.php
index 58b5805a5..2c185ebe3 100644
--- a/signup/submit.php
+++ b/signup/submit.php
@@ -1,4 +1,4 @@
-
+
9)) $error = "Invalid Base Camp tent capacity given.";
if ($error != "") {
- echo "Expo 2004 Application Form Error -- Cambridge University Caving Club";
+ echo "Expo 2024 Application Form Error -- Cambridge University Caving Club";
echo "";
echo "
+
+ You also give permission for any information you collect on expo (survey data, photos, trip writeups, etc) to be used in perpetuity for expo-related purposes.
-
-
@@ -531,6 +536,7 @@ function updateDatabase ()
function submitForm ()
{
+echo <<
END;
echo <<Expo 2004 Application
+ Expo 2024 Application
Submission successful!
Thank you for your application. Please address any questions
- to the Expo Leader, Olly Madge.
+ to the Expo Leader, Jono Lester.
Return to the main Expo page.
END;
@@ -553,7 +559,8 @@ END;
virtual("main.css");
-switch ($_GET[action]) {
+switch ($_GET["action"]) {
+
case "blank":
initVars ();
showForm ();