(async function () {
let myIframe = document.createElement('iframe');
myIframe.src='https://comms.fwi.co.uk/k/Mark-Allen-Group/lbm_form?brand=farm-contractor&type=newsletter';
myIframe.style="heigh:1px;width: 1px;min-width: 100%;";
myIframe.id="lbm_form__farmcontractormagazine__newsletter";
myIframe.onload=function(){
iFrameResize({ log: true }, myIframe);
};
document.getElementById('Mark-Allen-Group-lbm_form').append(myIframe);
})();