Survey - Fix 'Add Survey' form with popups
authorcolemanw <coleman@civicrm.org>
Fri, 22 Sep 2023 23:56:06 +0000 (19:56 -0400)
committercolemanw <coleman@civicrm.org>
Fri, 22 Sep 2023 23:56:06 +0000 (19:56 -0400)
CRM/Campaign/Form/Survey.php

index e06367831d008dbc9486b50f1e61f6de8612a15e..e299f192e90e80b3b87d628b94152310238a41f5 100644 (file)
@@ -58,6 +58,9 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form {
   }
 
   public function preProcess() {
+    // Multistep form doesn't play well with popups
+    $this->preventAjaxSubmit();
+
     if (!CRM_Campaign_BAO_Campaign::accessCampaign()) {
       CRM_Utils_System::permissionDenied();
     }