Fix forms being shown duplicated, adjust placeholde value

This commit is contained in:
Björn Fromme
2020-03-09 18:58:54 +01:00
parent 62219d37c7
commit d74a736d96
2 changed files with 1 additions and 6 deletions
@@ -7,8 +7,3 @@ plugin.tx_form.view {
plugin.tx_form.settings.yamlConfigurations {
100 = EXT:ep_theme/Configuration/Forms/FormSetup.yaml
}
module.tx_form.settings.yamlConfigurations {
100 = EXT:ep_theme/Configuration/Forms/FormSetup.yaml
}
@@ -65,7 +65,7 @@
<div class="form-group" :class="{ 'has-error': formErrors.pax }">
<label for="pax" class="control-label">Anzahl der Personen</label>
<f:form.textfield class="form-control" property="pax"
placeholder="ab 15 Personen"/>
placeholder="ab 25 Personen"/>
<div class="help-block"
v-show="formErrors.pax" v-html="formErrors.pax"></div>
</div>