';
var container = dataForm.find('.field-radio.required');
if (container.length > 0) {
if(container.find('.chosen').size() === 0) {
dataForm.validation('isValid');
event.preventDefault();
$(container).append(error);
}
}
});
if ($('.also-interested-category').length) {
var alsoInterestedFiled = $('.also-interested-category').closest('.field');
if (alsoInterestedFiled.length) {
var alsoInterestedLabel = alsoInterestedFiled.children('.label');
if (alsoInterestedLabel.length) {
alsoInterestedLabel.after('We will only send you information by email about the products and services you express an interest in. Your data will be dealt with in accordance with our privacy policy');
}
}
}
});
</div>
<div class="col-xs-12 col-sm-6 col-md-5 col-md-offset-1">
<img loading="lazy" src="https://www.banhamacademy.co.uk/media/wysiwyg/banham-academy/security.jpg" alt="Security Trainee" />
</div>
</div>
</div>