|
|
|
@ -18,8 +18,14 @@
|
|
|
|
|
<div class="main">
|
|
|
|
|
<h1>Contact opnemen?</h1>
|
|
|
|
|
<div class="form">
|
|
|
|
|
<form action="">
|
|
|
|
|
<input type="text">
|
|
|
|
|
<form action="/thank-you" method="post">
|
|
|
|
|
<h3>*Naam en Achternaam</h3>
|
|
|
|
|
<input type="text" class="dataInput input" required name="name" autofocus spellcheck="false">
|
|
|
|
|
<h3>*E-mailadres</h3>
|
|
|
|
|
<input type="text" class="dataInput input" required name="email" spellcheck="false">
|
|
|
|
|
<h3>*Bericht</h3>
|
|
|
|
|
<input type="text" class="dataInput input" required name="message" spellcheck="false"><br>
|
|
|
|
|
<input type="submit" class="submit button">
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|