feat: Enhance booking flow with form data handling and validation

This commit is contained in:
2026-05-23 00:03:40 +02:00
parent beb9cb34f4
commit 0a11d366a5
3 changed files with 123 additions and 5 deletions
+1 -1
View File
@@ -524,7 +524,7 @@
<p style="font-size: 0.95rem;">In beiden Fällen werden Ihre Angaben noch einmal geprüft, bevor die Buchung per POST an /booking/payment gesendet wird.</p>
<div class="custom-modal-actions">
<button class="btn secondary" type="button" onclick="closeBookingModal()">Abbrechen</button>
<button class="btn secondary" type="button" onclick="goToBookingReview('consultation')">Gesprächstermin vereinbaren</button>
<button class="btn" type="button" onclick="goToBookingReview('consultation')">Gesprächstermin vereinbaren</button>
<button class="btn" type="button" onclick="goToBookingReview('payment')">Buchen</button>
</div>
</div>