diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_forms.scss b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_forms.scss
index 682765ba..96dd2759 100644
--- a/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_forms.scss
+++ b/web/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_forms.scss
@@ -117,6 +117,10 @@
}
}
+.form__text {
+ font-size: 80%;
+}
+
.form__button {
outline: none;
display: block;
diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/Configurator.html b/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/Configurator.html
index cab56d93..7fc5f2c7 100644
--- a/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/Configurator.html
+++ b/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/Configurator.html
@@ -147,6 +147,13 @@
v-on:selected="updateDateRange">
+
+
+ Ich habe die Datenschutzbestimmungen gelesen und akzeptiert.
+
+
diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/ContactForm.html b/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/ContactForm.html
index fcadd939..8dd4c87a 100644
--- a/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/ContactForm.html
+++ b/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/ContactForm.html
@@ -89,6 +89,11 @@
placeholder="Ihre Mitteilung"
additionalAttributes="{v-model: 'formData.message'}"/>
+
+ Ich habe die Datenschutzbestimmungen gelesen und akzeptiert.
+
diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/InquiryForm.html b/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/InquiryForm.html
index e7bb9b8f..52593ed5 100644
--- a/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/InquiryForm.html
+++ b/web/typo3conf/ext/ep_events/Resources/Private/Templates/Form/InquiryForm.html
@@ -77,6 +77,11 @@
placeholder="Ihre Mitteilung"
additionalAttributes="{v-model: 'formData.message'}"/>
+
+ Ich habe die Datenschutzbestimmungen gelesen und akzeptiert.
+