Update action for form
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Apr 2015 17:26:16 +0000 (13:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Apr 2015 17:26:16 +0000 (13:26 -0400)
use https

static/16.phtml

index bda4c83..d8bb39c 100644 (file)
@@ -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);