From 0d0e0777a27c6d527fbb47d49c4525dd33cda85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 22 Apr 2025 14:37:21 +0200 Subject: [PATCH] feat: add optional field for booking number to general contact form closes #8698u7753 --- .../ep_theme/Resources/Private/Forms/ContactForm.form.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml b/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml index a9394c68..3a0ec95b 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Forms/ContactForm.form.yaml @@ -121,6 +121,11 @@ renderables: type: Textarea identifier: message label: 'Deine Kontaktanfrage' + - + defaultValue: '' + type: Text + identifier: bookingNumber + label: 'Buchungsnummer (falls vorhanden)' - type: LinkedCheckbox identifier: privacypolicyaccepted