Add telephonumber field

This commit is contained in:
Julian
2022-02-05 16:48:23 +01:00
parent f8f88d6fc2
commit 169c2ee9b9
2 changed files with 90 additions and 23 deletions

View File

@@ -109,31 +109,52 @@
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Nimmst du Teil?</h2>
<p>Bitte gebt uns mit folgendem Formular bis zum 03.03.2022 bescheid ob ihr könnt oder nicht! Falls nicht bitte einfach die Seite wieder verlassen. Die Feier wird in Frankfurt (DE) stattfinden.
<h2>Nimmst du teil?</h2>
<p>Liebe Gäste, zu unserer Hochzeit laden wir euch recht herzlich ein. Bitte gebt uns mit
folgendem Formular bis zum 03.03.2022 Bescheid, ob ihr teilnehmt! Über das Plus-Symbol könnt
ihr eure Begleitpersonen hinzufügen.
Falls ihr nicht teilnehmen könnt, bitte einfach die Seite wieder verlassen. Die Feier wird
in 55234 Kettenheim (DE)
stattfinden.
</p>
<p>
Liebe Grüße</br>
Draga & Julian
</p>
</div>
</div>
<div class="row animate-box">
<div id="attentants" class="col-md-10">
<form class="form-inline">
<div class="col-md-6 col-sm-6">
<div class="form-group">
<label for="firstname" class="sr-only">Vorname</label>
<input type="firstname" class="form-control" id="firstname" placeholder="Vorname">
<div class="col-md-10">
<form id="js-attentants" class="form-inline">
<div>
<div class="col-md-4 col-sm-4">
<div class="form-group">
<label for="firstname" class="sr-only">Vorname</label>
<input type="firstname" class="form-control" id="firstname"
placeholder="Vorname">
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="form-group">
<label for="lastname" class="sr-only">Nachname</label>
<input type="lastname" class="form-control" id="lastname" placeholder="Nachname">
<div class="col-md-4 col-sm-4">
<div class="form-group">
<label for="lastname" class="sr-only">Nachname</label>
<input type="lastname" class="form-control" id="lastname"
placeholder="Nachname">
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="form-group">
<label for="tel" class="sr-only">Telefonnummer</label>
<input type="telephon" class="form-control" id="tel"
placeholder="Telefonnummer">
</div>
</div>
</div>
</form>
</div>
<div class="plus-button col-md-2">
<span class="icon">
<a href="#" class="js-addField"><i class="icon-plus"></i></a>
<a href="#" class="js-addField"><i class="icon-plus"></i></a>
</span>
</div>
</div>