<div id="contact-form-container" style="transition-duration: 0.5s;">
<h2>Aanvraagformulier</h2>
<p>Vraag vrijblijvend een eerste offerte aan</p>
<form action="contactformulier/verzenden" method="post" id="contact-form">
<input type="text" name="name" maxlength="256" placeholder="Voor- en achternaam *" required="">
<input type="email" name="email" maxlength="512" placeholder="E-mailadres*" required="">
<input type="tel" name="phone" maxlength="64" placeholder="Telefoonnummer">
<input type="text" name="subject" maxlength="256" placeholder="Onderwerp *" required="">
<textarea name="message" placeholder="Toelichting:
Voor vragen, opmerkingen en een nadere toelichting kunt u gebruik maken van dit venster."></textarea>
<div class="g-recaptcha" data-sitekey="6LcCo40fAAAAANOwEctDGXR6SlZMLn2nUMenZ572"><div style="width: 304px; height: 78px;"><div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-mz1rndu2362h" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcCo40fAAAAANOwEctDGXR6SlZMLn2nUMenZ572&co=aHR0cHM6Ly93d3cubm90YXJpYWF0amFndGVuYmVyZy5ubDo0NDM.&hl=nl&v=_ZpyzC9NQw3gYt1GHTrnprhx&size=normal&cb=rh1zjiqis7mk"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div>
<br>
<button type="submit">Verzend</button>
</form>
</div>