Contact

<div>
    <input type="email" name="email" placeholder="Your Email" required="">
</div>
<div>
    <textarea rows="6" name="message" placeholder="Write your message here" required=""></textarea>
</div>



<div>
    <input type="checkbox" id="consent" name="consent" required>
    <label for="consent">By using this form you agree with the handling of your data by this website.</label>
</div>

<button type="submit">Send</button>