Hello Semicolon
I seem to be having - unexplainable - issues with the contact form (it's doing basically nothing).
Code used below. I also added a live URL.
<div class="form-widget">
<div class="form-result"></div>
<!-- Contact Form
============================================= -->
<form class="row mb-0" id="template-contactform" name="template-contactform" method="post" action="include/form.php">
<div class="col-12 form-group">
<label for="template-contactform-name">Naam <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required">
</div>
<div class="col-12 form-group">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email form-control">
</div>
<div class="col-12 form-group">
<label for="template-contactform-phone">Tel</label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="form-control">
</div>
<div class="col-12 form-group">
<label for="template-contactform-message">Bericht <small>*</small></label>
<textarea class="required form-control" id="template-contactform-message" name="template-contactform-message" rows="6" cols="30"></textarea>
</div>
<div class="col-12 form-group d-none">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="form-control">
</div>
<div class="col-12 form-group">
<button class="button button-white text-dark text-ts h-text-color m-0" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Verzenden</button>
</div>
<input type="hidden" name="prefix" value="template-contactform-">
<input type="hidden" name="subject" value="Bericht RT Training and Coaching">
<input type="hidden" name="template" value="text">
<input type="hidden" name="replyto" value="template-contactform-email">
<input type="hidden" name="message[success]" value="Wij hebben je email goed ontvangen en proberen je spoedig antwoord te geven. Indien je geen antwoord krijgt, gelieve ook in je spam-folder te kijken.">
</form>
</div>Happy to hear your feedback because I have absolutely no idea where to look .... The codes have been taken straight from the model codes ..
