erstellt datenschutzerklärung, impressum, kontakt
This commit is contained in:
parent
8ccae0cb08
commit
5755cc43ef
3 changed files with 304 additions and 0 deletions
77
content/german/kontakt.md
Normal file
77
content/german/kontakt.md
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
+++
|
||||
date = '2024-02-26T10:26:56Z'
|
||||
draft = false
|
||||
title = 'Kontakt'
|
||||
kontaktformular = true
|
||||
+++
|
||||
|
||||
{{% section %}}
|
||||
{{% aligncenter %}}
|
||||
#### Kontakt
|
||||
## VeruA ** Verwaltung und Abrechnung
|
||||
### Nehmen Sie Kontakt mit uns auf!
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
Sie erreichen uns **werktags zwischen 8:00 Uhr und 16:00 Uhr.**
|
||||
|
||||
Bitte schreiben Sie uns Ihr Anliegen per Kontaktformular.
|
||||
Wir nehmen zeitnah Kontakt zu Ihnen auf.
|
||||
|
||||
{{% /aligncenter %}}
|
||||
|
||||
|
||||
<form action="https://rabeweb.plan.io/helpdesk" method="POST" id="formular">
|
||||
<div id="formPartOne">
|
||||
<input type="hidden" name="formularart" value="Bestellformular Organisationen">
|
||||
<input type="hidden" name="project" value="de-support">
|
||||
<div>
|
||||
<label for="organisation">Name der Organisation</label>
|
||||
<input type="text" id="organisation" name="organisation">
|
||||
</div>
|
||||
<div>
|
||||
<select id="gender" name="gender" required >
|
||||
<option value="männlich">Herr</option>
|
||||
<option value="weiblich">Frau</option>
|
||||
<option value="divers">keine Angabe</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label for="name">Nachname</label>
|
||||
<input type="text" id="name" name="name" required >
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" id="hobbies" name="hobbies" >
|
||||
</div>
|
||||
<div>
|
||||
<input type="text" id="age" name="age">
|
||||
</div>
|
||||
<div>
|
||||
<label for="telefon">Telefon</label>
|
||||
<input type="text" id="telefon" name="telefon" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="mail">Email</label>
|
||||
<input type="mail" id="mail" name="mail" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="subject">Betreff</label>
|
||||
<input type="text" id="subject" name="subject" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="description">Anmerkung</label>
|
||||
<textarea id="description" name="description" rows="4"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class ="captcha-container"></div> wir verzichten erstmal auf das Captcha -->
|
||||
<div class="w-full flex justify-center">
|
||||
<button id="bestellformular-btn" type="submit" disabled class="submitbutton text-white mx-auto submit-after-valid-captcha-bak">Anfrage absenden</button>
|
||||
<div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{{% /section %}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue