function injectForm(t,p){if(!t||!p||p==={}){return}const d1=window.location.hostname;const f=window.location.href;const on=document.getElementById(t);const nn=document.createElement("iframe");let d={domain:d1,fullUri:f,formId:p.formId,instanceId:p.instanceId};let s="https://mmo-api.makemoneyorganization.com/client-form?d="+btoa(JSON.stringify(d));nn.src=s;nn.style.border="none";nn.style.height=p.height||"50vh";nn.style.width=p.width||"100%";on.parentNode.replaceChild(nn,on)}