Contact Us
Please fill out the form and we will help you find the right license and pricing for your business.
`;
document.body.appendChild(iframe);
const iDoc = iframe.contentWindow.document;
iDoc.open();
iDoc.write(markup);
iDoc.close();
iDoc.querySelector('form').submit();
}
});