<iframe frameborder="0" style="width:100%; height: 100%; border: none;" onload="resizeIframe(this)" src="http://webform.thecb.biz"></iframe>
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>