Offers update. Fields
This commit is contained in:
@@ -239,15 +239,21 @@
|
||||
<input type="text" id="name" name="name" required placeholder="Ihr vollständiger Name">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="organisation">Organisation</label>
|
||||
<input type="text" id="organisation" name="organisation" placeholder="Firmenname (optional)">
|
||||
<label for="organisation">Organisation *</label>
|
||||
<input type="text" id="organisation" name="organisation" required placeholder="Firmenname">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Contact -->
|
||||
<div class="form-group">
|
||||
<label for="contact">E-Mail oder Telefonnummer *</label>
|
||||
<input type="text" id="contact" name="contact" required placeholder="email@beispiel.de oder +49 000 0000000">
|
||||
<!-- Email + Phone -->
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label for="contact">E-Mail *</label>
|
||||
<input type="email" id="contact" name="contact" required placeholder="email@beispiel.de">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="phone">Telefonnummer</label>
|
||||
<input type="tel" id="phone" name="phone" placeholder="+49 000 0000000">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Service + Budget -->
|
||||
@@ -270,8 +276,8 @@
|
||||
|
||||
<!-- Description -->
|
||||
<div class="form-group">
|
||||
<label for="description">Beschreibung *</label>
|
||||
<textarea id="description" name="description" required placeholder="Beschreiben Sie Ihr Projekt oder Ihre Anfrage..."></textarea>
|
||||
<label for="description">Beschreibung</label>
|
||||
<textarea id="description" name="description" placeholder="Beschreiben Sie Ihr Projekt oder Ihre Anfrage..."></textarea>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="submit-btn">Anfrage senden</button>
|
||||
|
||||
Reference in New Issue
Block a user