Is it possible to load a modal on someone exiting the site / closing the page down ?
And in the footer we have the code below - is it possible to add the botcheck code to that as well due to Spam issues?
Many thanks
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="form-control" /><div class="widget subscribe-widget clearfix">
<h5><strong>Subscribe</strong> to Our Newsletter for Family Office News & Topics</h5>
<div class="widget-subscribe-form-result"></div>
<form id="widget-subscribe-form" action="include/gardiole.php" method="post" class="nobottommargin">
<div class="input-group divcenter">
<div class="input-group-prepend">
<div class="input-group-text"><i class="icon-email2"></i></div>
</div>
<input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Enter your Email">
<div class="input-group-append">
<button class="btn btn-success" type="submit">Subscribe</button>
</div>
</div>
</form>
</div>