edit and style mails after order
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m2s

This commit is contained in:
bettina 2024-06-28 10:03:57 +02:00
commit eaf9d12b67
8 changed files with 233 additions and 63 deletions

View file

@ -26,7 +26,7 @@ kommentar = 'age und hobbies sind honeypots'
<!-- TODO Make Link relative in Production -->
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
<div id="formPartOne">
<input type="hidden" name="formularart" value="Bestellformular Freiberufliche Pflegefachperson">
<input type="hidden" name="formularart" value="Bestellung VeruA App - Freiberufliche Pflegefachperson">
<div>
<label class="hidden" for="gender">Geschlecht</label>
<select id="gender" name="gender" required >

View file

@ -23,7 +23,7 @@ bestellformular = true
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
<div id="formPartOne">
<input type="hidden" name="formularart" value="Bestellformular Spitex-Organisation">
<input type="hidden" name="formularart" value="Bestellung VeruA App - Spitex-Organisation">
<h5>Bitte tragen Sie die Daten Ihrer Spitex-Organisation ein</h5>
<div>
<label for="organisation">Name der Organisation</label>
@ -94,7 +94,7 @@ bestellformular = true
</div>
</div>
## Paket 1 Basisversion
## Paket 1: Basisversion
**VeruA App** als Organisations-Version
@ -114,7 +114,7 @@ Vierstündige Schulung bei Ihnen vor Ort.
Einführung in den grundlegenden Umgang mit der **VeruA App**. Gemeinsame Prüfung der individuellen Konfiguration der Organisationsdaten.
Spesen werden separat berechnet.
## Paket 2 Basisversion mit Zusatzmodul POP2
## Paket 2: Basisversion mit Zusatzmodul POP2
**VeruA App** als Organisations-Version
@ -143,8 +143,8 @@ Spesen werden separat berechnet.
<h5>Bitte wählen Sie, welches Paket Sie wünschen:</h5>
<div>
<select id="organisation-paket" name="organisation-paket" required >
<option value="Paket 1">Paket 1 - 7'400.00 CHF</option>
<option value="Paket 2">Paket 2 - 9'200.00 CHF</option>
<option value="Paket 1: Basisversion - 7'400.00 CHF">Paket 1: Basisversion - 7'400.00 CHF</option>
<option value="Paket 2: Basisversion mit Zusatzmodul POP2 - 9'200.00 CHF">Paket 2: Basisversion mit Zusatzmodul POP2 - 9'200.00 CHF</option>
</select>
</div>
<div>
@ -152,7 +152,7 @@ Spesen werden separat berechnet.
<input type="text" id="servername" name="servername" placeholder="name" required >
</div>
<div>
<label for="anmerkung">Anmerkung</label>
<label for="anmerkung">Bemerkung</label>
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
</div>
</div>

View file

@ -23,7 +23,7 @@ bestellformular = true
{{% /aligncenter %}}
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
<input type="hidden" name="formularart" value="Zusatzmodule Freiberufliche">
<input type="hidden" name="formularart" value="Bestellung Zusatzmodule VeruA App - Freiberufliche Pflegefachperson">
<div>
<label class="hidden" for="gender">Geschlecht</label>
<select id="gender" name="gender" required >

View file

@ -23,7 +23,7 @@ bestellformular = true
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
<div id="formPartOne">
<input type="hidden" name="formularart" value="Bestellformular Organisation Zusatzmodule">
<input type="hidden" name="formularart" value="Bestellung Zusatzmodule VeruA App - Spitex-Organisation">
<h5>Bitte tragen Sie die Daten Ihrer Spitex-Organisation ein</h5>
<div>
<label for="organisation">Name der Organisation</label>