80 lines
2.5 KiB
Markdown
80 lines
2.5 KiB
Markdown
+++
|
|
date = '2024-02-26T10:26:56Z'
|
|
draft = false
|
|
title = 'Kontakt'
|
|
translationKey = 'kontakt'
|
|
kontaktformular = true
|
|
+++
|
|
|
|
{{% section classes="pt-0" %}}
|
|
{{% aligncenter %}}
|
|
|
|
#### Contact
|
|
|
|
## VeruA \*\* Facturation et Administration
|
|
|
|
### Contactez-nous !
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
<br>
|
|
|
|
Vous pouvez nous joindre **du lundi au vendredi de 8h00 à 16h00.**
|
|
|
|
Veuillez nous envoyer votre demande via le formulaire de contact.
|
|
Nous vous contacterons dans les plus brefs délais.
|
|
|
|
{{% /aligncenter %}}
|
|
|
|
<form action="https://rabeweb.plan.io/helpdesk" method="POST" id="kontaktformular">
|
|
<div id="formPartOne">
|
|
<input type="hidden" name="formularart" value="Kontaktformular Französisch">
|
|
<input type="hidden" name="project" value="fr-support">
|
|
<div>
|
|
<label for="organisation">Nom de l'organisation</label>
|
|
<input type="text" id="organisation" name="organisation">
|
|
</div>
|
|
<div>
|
|
<select id="gender" name="gender" required >
|
|
<option value="männlich">Monsieur</option>
|
|
<option value="weiblich">Madame</option>
|
|
<option value="divers">Pas de détails</option>
|
|
</select>
|
|
</div>
|
|
<div>
|
|
<label for="name">Nom de famille</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">Téléphone</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">Objet</label>
|
|
<input type="text" id="subject" name="subject" required >
|
|
</div>
|
|
<div>
|
|
<label for="description">Remarque</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">Envoyer la demande</button>
|
|
<div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div>
|
|
</div>
|
|
</form>
|
|
|
|
{{% /section %}}
|