add_action( 'wp_footer', function () { ?>
<script>
jQuery( window ).on( "load", function() {
var ifrm = document.getElementById('ChildCareCRM');
//var base = doc.createElement("base");
ifrm.contentDocument.baseURI = document.baseURI;
//ifrm.contentDocument.querySelector("head").appendChild(base);
//var iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
//iframeDoc.getElementById('form').setAttribute('target','_parent');
//jQuery( "#ChildCareCRM" ).contents().find( "#form" ).attr('target','_parent');
//console.log(jQuery( "#ChildCareCRM" ).contents().find( "form" ).attr('target'));
});
</script>
<?php }, 100 );