I have seen the hidden botcheck code...
<div class="col_full hidden"><input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" /></div>
and the php...
$botcheck = $_POST['template-contactform-botcheck'];
if( $botcheck == '' ) { ...Is this code there just so we can edit manually and come up with a question and answer or is there a automatic script that controls it?
