From 3684c65ae6cf38a1b0c67659dcb120b4a0b2c792 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 8 Apr 2015 13:26:16 -0400 Subject: [PATCH] Update action for form use https --- static/16.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/16.phtml b/static/16.phtml index bda4c83..d8bb39c 100644 --- a/static/16.phtml +++ b/static/16.phtml @@ -4,7 +4,7 @@ if ($catid = filter_input(INPUT_GET, 'catid', FILTER_VALIDATE_INT)) { Toolkit_Database::getInstance(), 'contact_form', 'post', - BASE_URL . "index.php?catid=$catid" + BASE_SECURE_URL . "index.php?catid=$catid" ); $cf->configureForm(); $cf->useCaptcha(true); -- 2.17.1