diff --git a/api/v3/TwingleForm/Get.php b/api/v3/TwingleForm/Get.php index cfc2b5b..e6a1c8f 100644 --- a/api/v3/TwingleForm/Get.php +++ b/api/v3/TwingleForm/Get.php @@ -68,6 +68,7 @@ function civicrm_api3_twingle_form_Get(array $params) { $request = [ 'sequential' => 1, + 'is_active' => 1, 'campaign_type_id' => "twingle_project" ]; foreach($params as $param) {