Ok, I place the code in the site in HTML editor, but when I check it out in preview, the form does not show up! Yet the site shows that it is accessing the data on coffecup.com, but the form does not appear anywhere in the page. So I test the site in Firefox and IE and neither one shows the form either

Here is how I inserted the code:
<!-- Banner Wrapper -->
<div id="banner-wrapper">
<div class="inner">
<!-- Banner -->
<section id="banner" class="container">
<script type="text/javascript">document.write(unescape("%3Cscript src='http" + (document.location.protocol == 'https:' ? 's' : '') + "

</section>
</div>
</div>
But it doesn't show up. I know the form is working because I can see it from the direct link on S Drive, here : http://married.coffeecup.com/brownsvill … m_contact/
The site template I was using here: http://html5up.net/strongly-typed/
I want to delete the text that says "Use this space for profound thoughts. Or an enormous ad. Whatever." but keep the purple background, so that my light purple form is centered on top of it.
There is something in the website CSS code blocking it or I don't know what? Am I supposed to add something to the CSS file as well? Thank you.