update webhook fix
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user