Benjamin Völkl 2022-09-01 22:16:13 +02:00
parent fb13d307da
commit 70110867aa
2 changed files with 50 additions and 26 deletions

View File

@ -3,7 +3,7 @@
<component name="ChangeListManager">
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content/master.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/master.blade.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/content/pages/checkout.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/pages/checkout.blade.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@ -120,7 +120,7 @@
<br>
@endif
<x-form id="anfrage" id-name="anfrage" channels="bestaetigung,airtable">
<div class="mb-3">
<div class="mb-4">
<label for="" class="form-label">Anrede</label>
<select class="form-select" name="anrede" aria-label="Default select example">
<option selected>Herr</option>
@ -128,47 +128,71 @@
<option>Firma</option>
</select>
</div>
<div class="mb-3">

<div class="mb-4">
<label for="" class="form-label">Vorname</label>
<input type="text" class="form-control" name="vorname" aria-describedby="" placeholder="Maximilian">
</div>
<div class="mb-3">

<div class="mb-4">
<label for="" class="form-label">Nachname</label>
<input type="text" class="form-control" name="nachname" aria-describedby="" placeholder="Meyer">
<input type="text" class="form-control" name="nachname" aria-describedby="" placeholder="Mustermann">
</div>
<div class="mb-3">

<div class="mb-4">
<label for="exampleInputEmail1" 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-3">
<div class="mb-4">
<label for="exampleInputEmail1" class="form-label">Telefon</label>
<input type="text" class="form-control" name="telefon" id="ctelefon" aria-describedby="emailHelp" placeholder="0941467233">
</div>
<div class="mb-3">
<div class="mb-4">
<label for="exampleInputPassword1" class="form-label">Adresse</label>
<input type="text" class="form-control fieldLocation" id="field_location" name="adresse" placeholder="Neuenhammerstr. 44, 92714 Pleystein" id="exampleInputPassword1">
<input type="text" class="form-control fieldLocation mb-3" id="field_location" name="adresse" placeholder="Musterstrasse. 12, 12345 Musterstadt" id="exampleInputPassword1" required>
<div id="address-components" style="display: none;">
<div class="input-group">
<span class="input-group-text" id="basic-addon3">Street Number</span>
<input type="text" class="form-control" id="street-number" disabled>
</div>
<div class="input-group">
<span class="input-group-text" id="basic-addon3">Route</span>

<div class="row mb-4">
<div class="col-8">
<div class="input-group input-group-sm mb-2">
<span class="input-group-text" id="basic-addon3">Straße:</span>
<input type="text" class="form-control" id="route" disabled>
</div>
<div class="input-group">
<span class="input-group-text" id="basic-addon3">Locality</span>
<input type="text" class="form-control" id="locality" disabled>
</div>
<div class="input-group">
<span class="input-group-text" id="basic-addon3">Postal Code</span>
<div class="col-4">


<div class="input-group input-group-sm mb-2">
<span class="input-group-text" id="basic-addon3">Nr.:</span>
<input type="text" class="form-control" id="street-number" disabled required>
</div>
</div>



<div class="col-4">
<div class="input-group input-group-sm mb-2">
<span class="input-group-text" id="basic-addon3">Postleitzahl</span>
<input type="text" class="form-control" id="postal-code" disabled>
</div>
</div>

<div class="col-8">
<div class="input-group input-group-sm mb-2">
<span class="input-group-text" id="basic-addon3">Ort:</span>
<input type="text" class="form-control" id="locality" disabled>
</div>
<div class="mb-3 form-check mb-4">
</div>
</div>




</div>
</div>
<div class="mb-4 form-check mt-5">
<input type="checkbox" class="form-check-input" id="exampleCheck1" required>
<label class="form-check-label" for="exampleCheck1">Ich habe die Datenschutzbestimmungen gelesen und akzeptiert.</label>
<label class="form-check-label" for="exampleCheck1">Ich habe die AGB und Datenschutzbestimmungen gelesen und akzeptiert.</label>
</div>
<div class="text-end">
<button type="submit" class="btn-success btn mt-3">