diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html index 6a8711a3..f96e3cab 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html @@ -15,52 +15,52 @@
{{formErrors.name}}
+ v-show="formErrors.name" v-html="formErrors.name">
{{formErrors.company}}
+ v-show="formErrors.company" v-html="formErrors.company">
{{formErrors.email}}
+ v-show="formErrors.email" v-html="formErrors.email">
{{formErrors.phone}}
+ v-show="formErrors.phone" v-html="formErrors.phone">
{{formErrors.period}}
+ v-show="formErrors.period" v-html="formErrors.period">
{{formErrors.duration}}
+ v-show="formErrors.duration" v-html="formErrors.duration">
{{formErrors.pax}}
+ v-show="formErrors.pax" v-html="formErrors.pax">
{{formErrors.age}}
+ v-show="formErrors.age" v-html="formErrors.age">
diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/SimpleForm.html b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/SimpleForm.html index d65ba212..c56de3ba 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/SimpleForm.html +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/SimpleForm.html @@ -15,19 +15,19 @@
{{formErrors.name}}
+ v-show="formErrors.name" v-html="formErrors.name">
{{formErrors.email}}
+ v-show="formErrors.email" v-html="formErrors.email">
{{formErrors.phone}}
+ v-show="formErrors.phone" v-html="formErrors.phone">
@@ -35,7 +35,7 @@ property="inquiry" cols="30" rows="5"/>
{{formErrors.inquiry}}
+ v-show="formErrors.inquiry" v-html="formErrors.inquiry">