Open sijbrandij opened 11 years ago
You can add the following (javascript) code to embed the form on the page:
<div id="wufoo-zfjeh9r1t5moe4">
Fill out my <a href="https://railsgirlsnl.wufoo.com/forms/zfjeh9r1t5moe4">online form</a>.
</div>
<script type="text/javascript">var zfjeh9r1t5moe4;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'railsgirlsnl',
'formHash':'zfjeh9r1t5moe4',
'autoResize':true,
'height':'620',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { zfjeh9r1t5moe4 = new WufooForm();zfjeh9r1t5moe4.initialize(options);zfjeh9r1t5moe4.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
Or this iframe code:
<iframe height="620" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="https://railsgirlsnl.wufoo.com/embed/zfjeh9r1t5moe4/"><a href="https://railsgirlsnl.wufoo.com/forms/zfjeh9r1t5moe4/">Fill out my Wufoo form!</a></iframe>