From fd41295ca50695f7db85d1ed1a23d4ba0f6211c0 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 7 Jul 2019 12:02:23 -0400 Subject: Disable /voluneer /contact forms. --- static/contact/submit/index.php | 3 ++- static/volunteer/submit/index.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php index 3be1ba0..0ba86d2 100644 --- a/static/contact/submit/index.php +++ b/static/contact/submit/index.php @@ -9,7 +9,7 @@ */ function to() { - return 'srikar@ninthfloor.org, nagarjun@gnowledge.org'; + return 's@ricketyspace.net'; } function email_valid($e) { @@ -43,6 +43,7 @@ function post() { if (empty($m)) { $errors[] = em_fw('Message is required'); } + $errors[] = 'This form is disabled for now'; $sok = true; if (empty($errors)) { diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php index 3f107e8..1cfb16e 100644 --- a/static/volunteer/submit/index.php +++ b/static/volunteer/submit/index.php @@ -9,7 +9,7 @@ */ function to() { - return 'srikar@ninthfloor.org, nagarjun@gnowledge.org'; + return 's@ricketyspace.net'; } function email_valid($e) { @@ -46,6 +46,7 @@ function post() { if (empty($m)) { $errors[] = em_fw('Message is required'); } + $errors[] = 'This form is disabled for now'; $sok = true; if (empty($errors)) { -- cgit v1.2.3