master
parent
fb13d307da
commit
70110867aa
|
@ -3,7 +3,7 @@
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
<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$/.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>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
<br>
|
<br>
|
||||||
@endif
|
@endif
|
||||||
<x-form id="anfrage" id-name="anfrage" channels="bestaetigung,airtable">
|
<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>
|
<label for="" class="form-label">Anrede</label>
|
||||||
<select class="form-select" name="anrede" aria-label="Default select example">
|
<select class="form-select" name="anrede" aria-label="Default select example">
|
||||||
<option selected>Herr</option>
|
<option selected>Herr</option>
|
||||||
|
@ -128,47 +128,71 @@
|
||||||
<option>Firma</option>
|
<option>Firma</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
|
||||||
|
<div class="mb-4">
|
||||||
<label for="" class="form-label">Vorname</label>
|
<label for="" class="form-label">Vorname</label>
|
||||||
<input type="text" class="form-control" name="vorname" aria-describedby="" placeholder="Maximilian">
|
<input type="text" class="form-control" name="vorname" aria-describedby="" placeholder="Maximilian">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
|
||||||
|
<div class="mb-4">
|
||||||
<label for="" class="form-label">Nachname</label>
|
<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>
|
||||||
<div class="mb-3">
|
|
||||||
|
<div class="mb-4">
|
||||||
<label for="exampleInputEmail1" class="form-label">E-Mail</label>
|
<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">
|
<input type="email" class="form-control" name="email" aria-describedby="emailHelp" placeholder="max.mustermann@areya.de">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-4">
|
||||||
<label for="exampleInputEmail1" class="form-label">Telefon</label>
|
<label for="exampleInputEmail1" class="form-label">Telefon</label>
|
||||||
<input type="text" class="form-control" name="telefon" id="ctelefon" aria-describedby="emailHelp" placeholder="0941467233">
|
<input type="text" class="form-control" name="telefon" id="ctelefon" aria-describedby="emailHelp" placeholder="0941467233">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-4">
|
||||||
<label for="exampleInputPassword1" class="form-label">Adresse</label>
|
<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 id="address-components" style="display: none;">
|
||||||
<div class="input-group">
|
|
||||||
<span class="input-group-text" id="basic-addon3">Street Number</span>
|
<div class="row mb-4">
|
||||||
<input type="text" class="form-control" id="street-number" disabled>
|
<div class="col-8">
|
||||||
</div>
|
<div class="input-group input-group-sm mb-2">
|
||||||
<div class="input-group">
|
<span class="input-group-text" id="basic-addon3">Straße:</span>
|
||||||
<span class="input-group-text" id="basic-addon3">Route</span>
|
<input type="text" class="form-control" id="route" disabled>
|
||||||
<input type="text" class="form-control" id="route" disabled>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group">
|
<div class="col-4">
|
||||||
<span class="input-group-text" id="basic-addon3">Locality</span>
|
|
||||||
<input type="text" class="form-control" id="locality" disabled>
|
|
||||||
</div>
|
<div class="input-group input-group-sm mb-2">
|
||||||
<div class="input-group">
|
<span class="input-group-text" id="basic-addon3">Nr.:</span>
|
||||||
<span class="input-group-text" id="basic-addon3">Postal Code</span>
|
<input type="text" class="form-control" id="street-number" disabled required>
|
||||||
<input type="text" class="form-control" id="postal-code" disabled>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 form-check mb-4">
|
<div class="mb-4 form-check mt-5">
|
||||||
<input type="checkbox" class="form-check-input" id="exampleCheck1" required>
|
<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>
|
||||||
<div class="text-end">
|
<div class="text-end">
|
||||||
<button type="submit" class="btn-success btn mt-3">
|
<button type="submit" class="btn-success btn mt-3">
|
||||||
|
|
Loading…
Reference in New Issue