Added registration forms for Schulungen
This commit is contained in:
parent
9354cbe7e9
commit
d2a2554d6f
4 changed files with 392 additions and 0 deletions
97
content/french/dates-des-formations/formation-avanc.md
Normal file
97
content/french/dates-des-formations/formation-avanc.md
Normal file
|
|
@ -0,0 +1,97 @@
|
||||||
|
+++
|
||||||
|
date = '2024-02-21T08:49:32Z'
|
||||||
|
draft = false
|
||||||
|
title = 'Formation Avancée'
|
||||||
|
translationKey = 'anmeldung-fortgeschrittenenschulung'
|
||||||
|
bestellformular = true
|
||||||
|
kommentar = 'age, verify_email und hobbies sind honeypots'
|
||||||
|
schulungstermine = ['Lundi 13 juin 2022 - 13h30 à 17h30','Lundi 05 septembre 2022 - 13:30 à 17:30']
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{% section %}} {{% aligncenter %}}
|
||||||
|
|
||||||
|
## VeruA \*\* Facturation et Administration
|
||||||
|
|
||||||
|
### Formation pour avancée
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
{{% /aligncenter %}}
|
||||||
|
|
||||||
|
Ces dates de formation s'adressent spécialement à nos utilisateurs débutants.
|
||||||
|
|
||||||
|
Thème: **Utilisation générale et informations complémentaires sur l'application VeruA \*\* Facturation et Administration.**
|
||||||
|
|
||||||
|
Lieu: **Ecole-club Migros Vevey, Rte des Entrepôts 4, 1800 Vevey**
|
||||||
|
|
||||||
|
Dans la première partie (environ une heure et demie), nous nous pencherons sur l'utilisation de base, les paramètres de base, la facturation et la gestion des factures.
|
||||||
|
|
||||||
|
Dans la deuxième partie (environ 2 heures), nous souhaitons répondre à vos questions et à vos souhaits (cas spéciaux et demandes personnelles).
|
||||||
|
|
||||||
|
Après votre inscription, nous vous réservons une place pour la formation, si une place est encore disponible.
|
||||||
|
Vous recevrez par e-mail la facture du montant de la formation. Dès que nous avons reçu le montant, la place est définitivement réservée.
|
||||||
|
Si le montant de la formation ne nous est pas parvenu 7 jours après l'envoi de la facture, nous devrons libérer la place pour d'autres personnes intéressées.
|
||||||
|
|
||||||
|
<!-- TODO Make Link relative in Production -->
|
||||||
|
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
||||||
|
<div id="formPartOne">
|
||||||
|
<input type="hidden" name="formularart" value="Anmeldung Fortgeschrittenenschulung französisch">
|
||||||
|
<div>
|
||||||
|
<label class="hidden" for="gender">Geschlecht</label>
|
||||||
|
<select id="gender" name="gender" required >
|
||||||
|
<option value="Frau">Madame</option>
|
||||||
|
<option value="Herr">Monsieur</option>
|
||||||
|
<option value="Frau Dr.">Madame Dr.</option>
|
||||||
|
<option value="Herr Dr.">Monsieur Dr.</option>
|
||||||
|
<option value="">Aucune</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="vorname">Prénom</label>
|
||||||
|
<input type="text" id="vorname" name="vorname" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="name">Nom</label>
|
||||||
|
<input type="text" id="name" name="name" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="hobbies" name="hobbies" >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="age" name="age">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="telefon">Téléphone</label>
|
||||||
|
<input type="text" id="telefon" name="telefon" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="email">E-mail</label>
|
||||||
|
<input type="email" id="email" name="email" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="verify_email" id="verify_email" name="verify_email" >
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="formPartTwo">
|
||||||
|
<p><strong>Veuillez choisir la date à laquelle vous souhaitez suivre la formation pour avancées de VeruA :</strong></p>
|
||||||
|
{{< formEventDropdown >}}
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div>
|
||||||
|
<label for="anmerkung">Souhaitez-vous nous faire part de quelque chose d'autre ?</label>
|
||||||
|
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<center class="w-full">
|
||||||
|
{{< captcha >}}
|
||||||
|
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||||
|
|
||||||
|
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
{{% /section %}}
|
||||||
98
content/french/dates-des-formations/formation-debutants.md
Normal file
98
content/french/dates-des-formations/formation-debutants.md
Normal file
|
|
@ -0,0 +1,98 @@
|
||||||
|
+++
|
||||||
|
date = '2024-02-21T08:49:32Z'
|
||||||
|
draft = false
|
||||||
|
title = 'Formation Debutants'
|
||||||
|
translationKey = 'anmeldung-anfaengerschulung'
|
||||||
|
bestellformular = true
|
||||||
|
kommentar = 'age, verify_email und hobbies sind honeypots'
|
||||||
|
schulungstermine = ['Lundi 13 juin 2022 - 08:30 à 12:30', 'Lundi 05 septembre 2022 - 08:30 à 12:30']
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{% section %}}
|
||||||
|
{{% aligncenter %}}
|
||||||
|
|
||||||
|
## VeruA \*\* Facturation et Administration
|
||||||
|
|
||||||
|
### Formation pour débutants
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
{{% /aligncenter %}}
|
||||||
|
|
||||||
|
Ces dates de formation s'adressent spécialement à nos utilisateurs débutants.
|
||||||
|
|
||||||
|
Thème: **Utilisation générale et informations complémentaires sur l'application VeruA \*\* Facturation et Administration.**
|
||||||
|
|
||||||
|
Lieu: **Ecole-club Migros Vevey, Rte des Entrepôts 4, 1800 Vevey**
|
||||||
|
|
||||||
|
Dans la première partie (environ une heure et demie), nous nous pencherons sur l'utilisation de base, les paramètres de base, la facturation et la gestion des factures.
|
||||||
|
|
||||||
|
Dans la deuxième partie (environ 2 heures), nous souhaitons répondre à vos questions et à vos souhaits (cas spéciaux et demandes personnelles).
|
||||||
|
|
||||||
|
Après votre inscription, nous vous réservons une place pour la formation, si une place est encore disponible.
|
||||||
|
Vous recevrez par e-mail la facture du montant de la formation. Dès que nous avons reçu le montant, la place est définitivement réservée.
|
||||||
|
Si le montant de la formation ne nous est pas parvenu 7 jours après l'envoi de la facture, nous devrons libérer la place pour d'autres personnes intéressées.
|
||||||
|
|
||||||
|
<!-- TODO Make Link relative in Production -->
|
||||||
|
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
||||||
|
<div id="formPartOne">
|
||||||
|
<input type="hidden" name="formularart" value="Anmeldung Anfängerschulung französisch">
|
||||||
|
<div>
|
||||||
|
<label class="hidden" for="gender">Geschlecht</label>
|
||||||
|
<select id="gender" name="gender" required >
|
||||||
|
<option value="Frau">Madame</option>
|
||||||
|
<option value="Herr">Monsieur</option>
|
||||||
|
<option value="Frau Dr.">Madame Dr.</option>
|
||||||
|
<option value="Herr Dr.">Monsieur Dr.</option>
|
||||||
|
<option value="">Aucune</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="vorname">Prénom</label>
|
||||||
|
<input type="text" id="vorname" name="vorname" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="name">Nom</label>
|
||||||
|
<input type="text" id="name" name="name" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="hobbies" name="hobbies" >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="age" name="age">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="telefon">Téléphone</label>
|
||||||
|
<input type="text" id="telefon" name="telefon" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="email">E-mail</label>
|
||||||
|
<input type="email" id="email" name="email" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="verify_email" id="verify_email" name="verify_email" >
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="formPartTwo">
|
||||||
|
<p><strong>Veuillez choisir la date à laquelle vous souhaitez suivre la formation pour débutants de VeruA :</strong></p>
|
||||||
|
{{< formEventDropdown >}}
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div>
|
||||||
|
<label for="anmerkung">Souhaitez-vous nous faire part de quelque chose d'autre ?</label>
|
||||||
|
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<center class="w-full">
|
||||||
|
{{< captcha >}}
|
||||||
|
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||||
|
|
||||||
|
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
{{% /section %}}
|
||||||
|
|
@ -0,0 +1,99 @@
|
||||||
|
+++
|
||||||
|
date = '2024-02-21T08:49:32Z'
|
||||||
|
draft = false
|
||||||
|
title = 'Anmeldung Anfängerschulung'
|
||||||
|
translationKey = 'anmeldung-anfaengerschulung'
|
||||||
|
bestellformular = true
|
||||||
|
kommentar = 'age, verify_email und hobbies sind honeypots'
|
||||||
|
schulungstermine = ['Freitag, 25. August 2023 von 13:00 bis 17:00 Uhr', 'Freitag, 03. November 2023 von 08:30 bis 12:30 Uhr']
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{% section %}} {{% aligncenter %}}
|
||||||
|
|
||||||
|
#### Anmeldung Schulung
|
||||||
|
|
||||||
|
## VeruA \*\* Verwaltung und Abrechnung
|
||||||
|
|
||||||
|
### Anfängerschulung
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
{{% /aligncenter %}}
|
||||||
|
|
||||||
|
Diese Schulung richtet sich speziell an unsere neuen Anwender.
|
||||||
|
|
||||||
|
Thema: **Allgemeiner Umgang und weiterführende Informationen rund um VeruA \*\* Verwaltung und Abrechnung.**
|
||||||
|
|
||||||
|
Ort: **Klubschule Migros Winterthur, Rudolfstrasse 11, 8401 Winterthur, Schweiz**
|
||||||
|
|
||||||
|
Im ersten Teil (ca. 1 1/2 Stunden) schauen wir uns den grundsätzlichen Umgang, die Grundeinstellungen und die Abrechnung und Rechnungsverwaltung an.
|
||||||
|
|
||||||
|
Im zweiten Teil (ca. 2 Stunden) möchten wir auf Ihre Fragen und Wünsche eingehen (Spezialfälle und persönliche Anliegen).
|
||||||
|
|
||||||
|
Nach der Anmeldung halten wir Ihnen eine Platz für die Schulung frei, wenn noch ein Platz verfügbar ist.
|
||||||
|
Sie erhalten per E-Mail die Rechnung über den Schulungsbetrag. Sobald der Betrag bei uns eingegangen ist, ist der Platz definitiv reserviert.
|
||||||
|
Sollte der Schulungsbeitrag 7 Tage nach Rechnungsversand nicht bei uns eingegangen sein, so müssen wir den Platz für andere Interessenten frei geben.
|
||||||
|
|
||||||
|
<!-- TODO Make Link relative in Production -->
|
||||||
|
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
||||||
|
<div id="formPartOne">
|
||||||
|
<input type="hidden" name="formularart" value="Anmeldung Anfängerschulung">
|
||||||
|
<div>
|
||||||
|
<label class="hidden" for="gender">Geschlecht</label>
|
||||||
|
<select id="gender" name="gender" required >
|
||||||
|
<option value="Frau">Frau</option>
|
||||||
|
<option value="Herr">Herr</option>
|
||||||
|
<option value="Frau Dr.">Frau Dr.</option>
|
||||||
|
<option value="Herr Dr.">Herr Dr.</option>
|
||||||
|
<option value="">Keine Angabe</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="vorname">Vorname</label>
|
||||||
|
<input type="text" id="vorname" name="vorname" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="name">Nachname</label>
|
||||||
|
<input type="text" id="name" name="name" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="hobbies" name="hobbies" >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="age" name="age">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="telefon">Telefon</label>
|
||||||
|
<input type="text" id="telefon" name="telefon" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="email">Email</label>
|
||||||
|
<input type="email" id="email" name="email" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="verify_email" id="verify_email" name="verify_email" >
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="formPartTwo">
|
||||||
|
<p><strong>Bitte wählen Sie den Termin, an dem Sie die Anfängerschulung von VeruA besuchen wollen:</strong></p>
|
||||||
|
{{< formEventDropdown >}}
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div>
|
||||||
|
<label for="anmerkung">Möchten Sie uns noch etwas mitteilen?</label>
|
||||||
|
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<center class="w-full">
|
||||||
|
{{< captcha >}}
|
||||||
|
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||||
|
|
||||||
|
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
{{% /section %}}
|
||||||
|
|
@ -0,0 +1,98 @@
|
||||||
|
+++
|
||||||
|
date = '2024-02-21T08:49:32Z'
|
||||||
|
draft = false
|
||||||
|
title = 'Anmeldung Fortgeschrittenenschulung'
|
||||||
|
translationKey = 'anmeldung-fortgeschrittenenschulung'
|
||||||
|
bestellformular = true
|
||||||
|
kommentar = 'age, verify_email und hobbies sind honeypots'
|
||||||
|
schulungstermine = ['Freitag, 03. November 2023 von 13:00 bis 17:00 Uhr']
|
||||||
|
+++
|
||||||
|
|
||||||
|
{{% section %}} {{% aligncenter %}}
|
||||||
|
|
||||||
|
#### Anmeldung Schulung
|
||||||
|
|
||||||
|
## VeruA \*\* Verwaltung und Abrechnung
|
||||||
|
|
||||||
|
### Fortgeschrittenenschulung
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
{{% /aligncenter %}}
|
||||||
|
|
||||||
|
Diese Schulung richtet sich speziell an unsere neuen Anwender.
|
||||||
|
|
||||||
|
Thema: **Vertiefung und weiterführende Informationen zur Applikation VeruA \*\* Verwaltung und Abrechnung**
|
||||||
|
|
||||||
|
Ort: **Klubschule Migros Winterthur, Rudolfstrasse 11, 8401 Winterthur, Schweiz**
|
||||||
|
|
||||||
|
Die Themen legen wir gemeinsam mit den TeilnehmerInnen zu Schulungsbeginn fest. Sie richten sich dabei nach den Wünschen der TeilnehmerInnen.
|
||||||
|
|
||||||
|
Schulungsdauer beträgt 4 Stunden.
|
||||||
|
|
||||||
|
Nach der Anmeldung halten wir Ihnen eine Platz für die Schulung frei. Sie erhalten per E-Mail die Rechnung über den Schulungsbetrag. Sobald der Betrag bei uns eingegangen ist, ist der Platz definitiv reserviert.
|
||||||
|
Sollte der Schulungsbeitrag 7 Tage nach Rechnungsversand nicht bei uns eingegangen sein, so müssen wir den Platz für andere Interessenten frei geben.
|
||||||
|
|
||||||
|
<!-- TODO Make Link relative in Production -->
|
||||||
|
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
||||||
|
<div id="formPartOne">
|
||||||
|
<input type="hidden" name="formularart" value="Anmeldung Anfängerschulung">
|
||||||
|
<div>
|
||||||
|
<label class="hidden" for="gender">Geschlecht</label>
|
||||||
|
<select id="gender" name="gender" required >
|
||||||
|
<option value="Frau">Frau</option>
|
||||||
|
<option value="Herr">Herr</option>
|
||||||
|
<option value="Frau Dr.">Frau Dr.</option>
|
||||||
|
<option value="Herr Dr.">Herr Dr.</option>
|
||||||
|
<option value="">Keine Angabe</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="vorname">Vorname</label>
|
||||||
|
<input type="text" id="vorname" name="vorname" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="name">Nachname</label>
|
||||||
|
<input type="text" id="name" name="name" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="hobbies" name="hobbies" >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="text" id="age" name="age">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="telefon">Telefon</label>
|
||||||
|
<input type="text" id="telefon" name="telefon" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="email">Email</label>
|
||||||
|
<input type="email" id="email" name="email" required >
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="verify_email" id="verify_email" name="verify_email" >
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="formPartTwo">
|
||||||
|
<p><strong>Bitte wählen Sie den Termin, an dem Sie die Fortgeschrittenenschulung von VeruA besuchen wollen:</strong></p>
|
||||||
|
{{< formEventDropdown >}}
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div>
|
||||||
|
<label for="anmerkung">Möchten Sie uns noch etwas mitteilen?</label>
|
||||||
|
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<center class="w-full">
|
||||||
|
{{< captcha >}}
|
||||||
|
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||||
|
|
||||||
|
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
{{% /section %}}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue