diff --git a/application/views/mobile_first/ch-info-page-form.php b/application/views/mobile_first/ch-info-page-form.php
index e5fad010..7ba8cec1 100644
--- a/application/views/mobile_first/ch-info-page-form.php
+++ b/application/views/mobile_first/ch-info-page-form.php
@@ -429,257 +429,121 @@
-->
-
-
-
+
+
-
+
-
+ var currentTarget = e.currentTarget;
+ if (currentTarget.id === 'Family' || currentTarget.id === 'Other' ) {
+ $adultBlock.show();
+ $childrenBlock.show();
+ } else {
+ $adultBlock.show();
+ $childrenBlock.hide();
+ }
+ })
+ });
+})
+