Embed via Iframe

  1. Copy the iframe code below and paste it to the place, where you want to display the form:
    <iframe frameborder="0" style="width:100%; height: 100%; border: none;" onload="resizeIframe(this)" src="http://webform.thecb.biz"></iframe>
  2. Copy the code below and paste it right before the closing body tag:
    <script>
    	function resizeIframe(obj) {
    		obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
    	 }
    </script>
    

Result:

Content before form
Content after form