How do I fix these Errors? MF Self Hosted
mf.js:143 Uncaught TypeError: Cannot read property 'dataset' of null
at HTMLDocument.<anonymous> (mf.js:143)
at Object.resolveWith (mf.js:88)
at ready (mf.js:35)
ERROR LINE LINE 143
ERROR
var __machform_height = document.getElementById("mf_placeholder").dataset.formheight;
var __machform_url = document.getElementById("mf_placeholder").dataset.formurl;
var __machform_title = document.getElementById("mf_placeholder").dataset.formtitle;
var mf_iframe_padding_bottom = document.getElementById("mf_placeholder").dataset.paddingbottom;
ACTUAL PAGE EMBED CODE
<div id="mf_placeholder"
data-formurl="//sociumdigital.com/formpro/embed.php?id=80468"
data-formheight="1047"
data-formtitle="Emerge - Messiah - Nursing Minisite"
data-paddingbottom="10">
</div>
ERROR LINE 88:
callbacks.shift().apply( context, args );
ERROR LINE 35:
readyList.resolveWith( document, [ ReadyObj ] );