diff --git a/_layouts/home.html b/_layouts/home.html
index 920a5d5c..f74b2520 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -47,7 +47,7 @@
Paly Robotics
- Home
-
+ - Summer Camp
- Sponsors
-
diff --git a/_layouts/pages.html b/_layouts/pages.html
index 9086a6a9..97291248 100644
--- a/_layouts/pages.html
+++ b/_layouts/pages.html
@@ -45,7 +45,7 @@
- Home
-
+ - Summer Camp
- Sponsors
-
About Us
diff --git a/assets/css/summercamp.stylesheet.css b/assets/css/summercamp.stylesheet.css
index e657b3a3..9eb26a4f 100644
--- a/assets/css/summercamp.stylesheet.css
+++ b/assets/css/summercamp.stylesheet.css
@@ -238,4 +238,8 @@ fieldset:not(:first-of-type) {
font-size: 12px;
display: block;
font-weight: normal !important;
+}
+
+.greyba {
+ background-color:rgba(178,178,178,1.00);
}
\ No newline at end of file
diff --git a/assets/js/summercamp.js b/assets/js/summercamp.js
index b9ff504d..1392b2e9 100644
--- a/assets/js/summercamp.js
+++ b/assets/js/summercamp.js
@@ -45,6 +45,18 @@ $("fieldset input, fieldset textarea").on("click keyup", function() {
else {
$(".other-choice-text-2").addClass("optional")
}
+
+ if($(".other-choice-3").first().is(':checked')) {
+ $(".other-choice-text-3").removeClass("optional");
+ $(".other-choice-text-3").removeClass("greyba");
+ $(".other-choice-text-3").attr("readonly", false);
+ }
+ else {
+ $(".other-choice-text-3").addClass("optional");
+ $(".other-choice-text-3").addClass("greyba");
+ $(".other-choice-text-3").attr("readonly", true);
+ $(".other-choice-text-3").val("");
+ }
var empty = false;
diff --git a/summercamp.html b/summercamp.html
index 6b67a2f9..e8aac8af 100644
--- a/summercamp.html
+++ b/summercamp.html
@@ -29,7 +29,7 @@
Paly Robotics Summer Camp 2024
-
+
@@ -163,7 +163,7 @@