Merge pull request #16 from terbolous/master

Improvements to survey.htmlMade the survey.html agnostic to protocol used, previously
the iframe was hardcoded with a http:// link and this breaks when
visiting the site over https.

Also set the iframe height to 2000px and enabled scrollbars, this is
to allow longer sides to show properly without the need of having a
really long page for all other pages

* pr/16:
  Improvements to survey.html

Signed-off-by: Erik Weber <terbolous@gmail.com>
diff --git a/content/survey.html b/content/survey.html
index 1358d4f..721fb9f 100644
--- a/content/survey.html
+++ b/content/survey.html
@@ -139,12 +139,11 @@
 
 </div>
 
-<iframe height="3650" allowtransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://www.formwize.com/run/survey3.cfm?id=7191&amp;embed">
-<a href="http://www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
+<iframe height="2000" allowtransparency="true" frameborder="0" scrolling="yes" style="width:100%;border:none" src="//www.formwize.com/run/survey3.cfm?id=7191&amp;embed">
+<a href="//www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
 </iframe>
 
 
-
             <footer>
                 <p>Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. <br/>
                 "Apache", "CloudStack", "Apache CloudStack", the Apache CloudStack logo, the Apache CloudStack Cloud Monkey logo and the Apache feather logos are registered trademarks or trademarks of The Apache Software Foundation.</p>
diff --git a/source/survey.markdown b/source/survey.markdown
index dc6deb9..275299b 100644
--- a/source/survey.markdown
+++ b/source/survey.markdown
@@ -16,8 +16,7 @@
 
 </div>
 
-<iframe height="3650" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" 
-  src="http://www.formwize.com/run/survey3.cfm?id=7191&embed">
-<a href="http://www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
+<iframe height="2000" allowTransparency="true" frameborder="0" scrolling="yes" style="width:100%;border:none"
+  src="//www.formwize.com/run/survey3.cfm?id=7191&embed">
+<a href="//www.formwize.com/run/survey3.cfm?id=7191" title="CloudStack Survey">Fill out my form</a>
 </iframe>
-