Demo Landing Page
This is a demo landing page. The website visitor would typically land here having clicked on a Google Adwords campaign, a Facebook campaign or a link in an email. In each case the link would contain UTM tags for Source, Medium and Campaign.
A typical UTM string would be: ?utm_source=BB&utm_medium=BB+Heads&utm_campaign=20.1+BB+Heads+DANCE
The website visitor would then click on the enquiry form button below, which contains an HTML link to another Squarespace page with the Wufoo form embedded in a Code Block.
The Wufoo form is embedded using Wufoos recommended method - as copied below. It's not in an iframe.
Wufoo links to a blog post from 2008 showing how to capture these UTM tags in a Wufoo form here.
On the next page the Wufoo code embedded in the Code Block is:
<div id="wufoo-m1xk31pb08fd9ab"> Fill out my <a href="https://westendinschools.wufoo.com/forms/m1xk31pb08fd9ab">online form</a>. </div> <script type="text/javascript">var m1xk31pb08fd9ab;(function(d, t) { var s = d.createElement(t), options = { 'userName':'westendinschools', 'formHash':'m1xk31pb08fd9ab', 'autoResize':true, 'height':'663', 'async':true, 'host':'wufoo.com', 'header':'show', 'ssl':true}; s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.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 { m1xk31pb08fd9ab = new WufooForm();m1xk31pb08fd9ab.initialize(options);m1xk31pb08fd9ab.display(); } catch (e) {}}; var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); })(document, 'script');</script>