From c07710e94b93c783a8789350daeb814d6c4cf2ee Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 27 Feb 2026 17:31:00 +0100 Subject: [PATCH] wait #8028 @0.5 --- src/Links/PDFFormPopupLink.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Links/PDFFormPopupLink.php b/src/Links/PDFFormPopupLink.php index 8053f50..d53a2e6 100644 --- a/src/Links/PDFFormPopupLink.php +++ b/src/Links/PDFFormPopupLink.php @@ -20,6 +20,8 @@ class PDFFormPopupLink extends PDFPopupLink $res = parent::_getPDFInfos(); $res['recipient'] = Text::isEmail($this->target) ? $this->target : ''; $res['name'] = $this->name; + $res['attachments'] = $this->attachments ?? 'default'; + $res['mandatory_fields'] = $this->mandatory_fields ?? ''; return $res; } -- 2.39.5