Index: form_submissions_eh.php =================================================================== --- form_submissions_eh.php (revision 12948) +++ form_submissions_eh.php (working copy) @@ -24,6 +24,12 @@ return true; } } + + $section = $event->getSection(); + $form_id = $this->Application->GetVar('form_id'); + + $event->setEventParam('PermSection', $section . ':' . $form_id); + return parent::CheckPermission($event); }