Click in form to highlight code, copy, and paste code in your website, where you want the Modal Window to appear.
<a href="modal_content.html" onclick="$(this).modal({width:833, height:453}).open(); return false;">Open Modal Window</a>