Sie haben Fragen, Wünsche oder Anregungen für uns?
Dann nehmen Sie bitte mit uns Kontakt auf.
<form action="https://linda-formulare.de/kontakt.php?bga=4599011" id="kontakt-form" method="post">
<input class="form-control" id="contact_name" name="Name" placeholder="" required="" type="text" />
<input class="form-control" id="contact_email" name="EMail" placeholder="" required="" type="email" />
<input class="form-control" id="contact_phone" name="Telefon" placeholder="" type="text" />
<input class="form-control" id="contact_subject" name="Betreff" placeholder="" required="" type="text" />
<textarea class="form-control" id="contact_message" name="Mitteilung" placeholder="" required=""></textarea>
<input aria-hidden="true" autocomplete="off" id="Website" name="Website" size="20" tabindex="-1" type="text" />
<input aria-hidden="true" autocomplete="off" id="Redirect" name="Redirect" tabindex="-1" type="text" value="https://www.finken-apotheke-am-krankenhaus.com/apotheke/kontakt" />
<input aria-hidden="true" autocomplete="off" id="Date" name="Date" tabindex="-1" type="text" />
<input aria-describedby="captcha-desc" class="form-control" id="contact_captcha" name="CaptchaInput" required="" type="text" />
Wenn Sie den Sicherheitscode nicht sehen können, kontaktieren Sie uns bitte telefonisch.
<input id="captcha-token" name="CaptchaToken" type="hidden" />
<input id="privacy" name="Agree" required="" type="checkbox" />
<button class="btn btn-secondary my-2" type="submit">Formular jetzt absenden</button>
Alle mit * gekennzeichneten Felder sind Pflichtangaben.
</form>
<iframe data-cookietrust="ct_functional" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2469.1124398600755!2d7.885747299999988!3d51.76755159999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47b99df20f14476d%3A0x37ff93cc453b5ea2!2sParkstra%C3%9Fe+41%2C+59227+Ahlen!5e0!3m2!1sde!2sde!4v1411730904796" width="100%" height="450" frameborder="0" style="border:0"></iframe>
<script>
function loadCaptcha() {
fetch("https://linda-formulare.de/captcha.php")
.then(res => res.json())
.then(data => {
document.getElementById("captcha-image").src = data.image;
document.getElementById("captcha-token").value = data.token;
});
}
window.onload = loadCaptcha;
window.addEventListener('DOMContentLoaded', function () {
const now = Math.floor(Date.now() / 1000);
document.getElementById('Date').value = now;
});
</script>