78 lines
2.4 KiB
Markdown
78 lines
2.4 KiB
Markdown
+++
|
|
date = '2024-02-26T10:26:56Z'
|
|
draft = false
|
|
title = 'Kontakt'
|
|
translationKey = '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="kontaktformular">
|
|
<div id="formPartOne">
|
|
<input type="hidden" name="formularart" value="Kontaktformular Deutsch">
|
|
<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="kontaktformular-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 %}}
|