split languages in order-mail to support and customer
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m0s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m0s
This commit is contained in:
parent
c9365d0b77
commit
360f65fe91
5 changed files with 30 additions and 23 deletions
|
|
@ -24,7 +24,7 @@ bestellformular = true
|
|||
|
||||
<form action="/php/ajaxmail.php" method="POST" id="bestellformular">
|
||||
<div id="formPartOne">
|
||||
<input type="hidden" name="formularart" value="Formulaire de commande pour les Professionnels de santé libéraux">
|
||||
<input type="hidden" name="formularart" value="Formulaire de commande infirmier indépendant">
|
||||
<div>
|
||||
<label class="hidden" for="gender">Genre</label>
|
||||
<select id="gender" name="gender" requir >
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
<input type="hidden" name="formularart" value="Bestellformular Freiberufliche Pflegefachperson">
|
||||
<div>
|
||||
<label class="hidden" for="gender">Geschlecht</label>
|
||||
<select id="gender" name="gender" required >
|
||||
|
|
|
|||
|
|
@ -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 Organisationen">
|
||||
<input type="hidden" name="formularart" value="Bestellformular Spitex-Organisation">
|
||||
<h5>Bitte tragen Sie die Daten Ihrer Spitex-Organisation ein</h5>
|
||||
<div>
|
||||
<label for="organisation">Name der Organisation</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue