anpassen müsste ich dann vermutlich diese Zeile:
Code:
<input type="<?= $this->type ?>" name="<?= $this->name ?>" id="ctrl_<?= $this->id ?>" class="text<?php if ($this->hideInput): ?> password<?php endif; ?><?php if ($this->class): ?> <?= $this->class ?><?php endif; ?>" value="<?= Contao\StringUtil::specialchars($this->value) ?>"<?= $this->getAttributes() ?>>
Aber das Datum ist ja variabel.
Das ist ein Anmeldeformular und je nach Veranstaltung müssen die Teilnehmer mal min. 6 mal min. 12 Jahre alt sein. Und das immer gerechnet zum ersten Tag der Veranstaltung.
Und so müsste ich dann ja immer für jede Veranstaltung ein neues Template bauen.