From: Steve Sutton Date: Wed, 8 Apr 2015 17:26:16 +0000 (-0400) Subject: Update action for form X-Git-Tag: v1.3.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3684c65ae6cf38a1b0c67659dcb120b4a0b2c792;p=web%2FGaylordGolfMecca.git Update action for form use https --- 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);