edit date and fix formularart
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 58s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 58s
This commit is contained in:
parent
ac6c74bb61
commit
21189d39ef
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ title = 'Anmeldung Fortgeschrittenenschulung'
|
||||||
translationKey = 'anmeldung-fortgeschrittenenschulung'
|
translationKey = 'anmeldung-fortgeschrittenenschulung'
|
||||||
bestellformular = true
|
bestellformular = true
|
||||||
kommentar = 'age, verify_email und hobbies sind honeypots'
|
kommentar = 'age, verify_email und hobbies sind honeypots'
|
||||||
schulungstermine = ['Freitag, 03. November 2023 von 13:00 bis 17:00 Uhr']
|
schulungstermine = ['Freitag, 12. Dezember 2024 von 08:30 bis 12:30 Uhr']
|
||||||
+++
|
+++
|
||||||
|
|
||||||
{{% section %}} {{% aligncenter %}}
|
{{% section %}} {{% aligncenter %}}
|
||||||
|
|
@ -46,7 +46,7 @@ Sollte der Schulungsbeitrag 7 Tage nach Rechnungsversand nicht bei uns eingegang
|
||||||
<!-- TODO Make Link relative in Production -->
|
<!-- TODO Make Link relative in Production -->
|
||||||
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
||||||
<div id="formPartOne">
|
<div id="formPartOne">
|
||||||
<input type="hidden" name="formularart" value="Anmeldung Anfängerschulung">
|
<input type="hidden" name="formularart" value="Anmeldung Fortgeschrittenenschulung">
|
||||||
<div>
|
<div>
|
||||||
<label class="hidden" for="gender">Geschlecht</label>
|
<label class="hidden" for="gender">Geschlecht</label>
|
||||||
<select id="gender" name="gender" required >
|
<select id="gender" name="gender" required >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue