Benjamin Völkl 2023-08-10 17:29:51 +02:00
parent ca113bc603
commit 4f1e7956f7
1 changed files with 3 additions and 3 deletions

View File

@ -130,12 +130,12 @@
<input type="text" class="form-control" name="nachname" aria-describedby="" placeholder="Mustermann">
</div>
<div class="mb-4">
<label for="exampleInputEmail1" class="form-label">E-Mail</label>
<label for="email" class="form-label">E-Mail</label>
<input type="email" class="form-control" name="email" aria-describedby="emailHelp" placeholder="max.mustermann@areya.de">
</div>
<div class="mb-4">
<label for="exampleInputEmail1" class="form-label">Telefon</label>
<input type="text" class="form-control" name="tel" id="ctelefon" aria-describedby="emailHelp" placeholder="0941467233">
<label for="tel" class="form-label">Telefon</label>
<input type="text" class="form-control" name="tel" id="tel" aria-describedby="emailHelp" placeholder="0941467233">
</div>
<div class="mb-4">
<label for="exampleInputPassword1" class="form-label">Adresse</label>