Embedding Your Document With An iFrame
Embed Your Document Into Your Site
After creating a policy through ezDoc you have a few different options for installation. One of the easiest options is to embed the policy with an iFrame.
To do this take the link sent to you in your confirmation email and insert it into the following code snippet.
<iframe src=”YOUR-LINK-HERE” width=”100%” height= “600px” border=”none” title=”Terms of Service”></iframe>
You may modify the iFrame to suit your website however needed. To learn more about iFrames visit here.