update webhook fix

This commit is contained in:
2026-02-06 08:49:57 +01:00
parent 1ff8454432
commit 865c6ac188
7 changed files with 162 additions and 21 deletions

View File

@@ -62,7 +62,7 @@
<form id="contactForm">
<div class="form-group">
<label for="name">Name *</label>
<input type="text" id="name" name="name" required placeholder="Ihr vollständiger Name">
<input type="text" id="name" name="name" required placeholder="Ihr vollständiger Name">
</div>
<div class="form-group">
@@ -76,18 +76,18 @@
</div>
<div class="form-group">
<label for="service">Gewünschte Dienstleistung *</label>
<label for="service">Gewünschte Dienstleistung *</label>
<select id="service" name="service" required>
<option value="" disabled selected>Bitte wählen...</option>
<option value="" disabled selected>Bitte wählen...</option>
<option value="website">Website</option>
<option value="ki-integration">KI Integration</option>
<option value="automatisation">Automatisation</option>
<option value="unabhaengige-wahl">Unabhängige Wahl</option>
<option value="unabhaengige-wahl">Unabhängige Wahl</option>
</select>
</div>
<div class="form-group">
<label for="budget">Budget (€)</label>
<label for="budget">Budget ()</label>
<input type="text" id="budget" name="budget" placeholder="z.B. 5000 - 10000">
</div>