/* growform client2 bundle.url: https://assets.growform.co/41638ced-mn5p9jag/form.bundle.js resolve.source: memory resolve.at: 2026-03-26T10:57:25.932Z form.source: kv cache.age_ms: 5681 fallback_used: false */ ;(function () { var EMBED_TYPE = "iFrame"; var FORM_ID = "68b0409f4896847333ade375"; var FORM_BUNDLE_URL = "https://assets.growform.co/41638ced-mn5p9jag/form.bundle.js"; // injected by worker (KV/memory/fallback) var FORM_DATA = {"data":{"form":{"_id":"68b0409f4896847333ade375","options":{"numberOfSteps":5,"dateFormat":"DD/MM/YYYY","progressBar":{"enable":true},"continueButton":{"continueText":"Continue","submitText":"Get My Garden Room Consultation","backText":"Back"},"customStyles":{"width":{"unit":"px","value":480},"parentContainerMinHeight":{"value":0,"unit":"px"},"parentBackgroundImage":{"imageInitialHeight":1362,"imageInitialWidth":2066,"imageHeight":1362,"imageWidth":2066,"imageUrl":"https://res.cloudinary.com/dqnjggegp/image/upload/v1597337140/uploads/qmsfk98ank3wfp1ehvyg.jpg"},"headerMarginTop":20,"parentBackgroundColor":"#ffffff","innerFormBackgroundColor":"#ffffff","innerFormBackgroundTransparency":"","primaryColor":"#b4a760","bodyTextColor":"#343434","parentContainerBackgroundType":"none","innerFormBackgroundType":"none","buttonBorderColor":"#b4a760","buttonColorSelected":"#8a783a","buttonBorderColorSelected":"#b4a760","footerMarginBottom":20,"errorColor":"#ff4e4e","buttonColor":"#b4a760","buttonTextColor":"#ffffff","inputLabelColor":"#a3a3a3","inputTextColor":"#000000","defaultFont":"Open Sans","sq_buttonFont":"Poppins","sq_buttonFontSize":15,"showShadows":"Yes","sq_buttonTextColor":"#343434","sq_buttonColor":"#FFFFFF","sq_buttonColorSelected":"#FFFFFF","sq_buttonBorderColor":"#DADADA","sq_buttonBorderColorSelected":"primary","sq_buttonBannerColor":"#ffffff","rt_buttonFont":"Poppins","rt_buttonFontSize":15,"rt_buttonColor":"#FFFFFF","rt_buttonColorSelected":"#FFFFFF","rt_buttonTextColor":"#343434","rt_buttonBorderColor":"#DADADA","rt_buttonBorderColorSelected":"primary","inputLabelFont":"Poppins","inputFontSize":16,"continueSubmitButtonFontSize":15,"fullModeBackgroundColor":"#E7F3FA","canvasSetup":"minimal"},"localization":{"dateFormat":"DD/MM/YYYY"},"exportTransparentBackground":false,"customScript":"","customRedirectUrls":[{"url":"https://tailoredgardenrooms.co.uk/schedule-appointment"}],"logo":null,"analyticsSettings":{"facebook":{"pixelId":"281771201605377"}},"actionOnSubmit":"redirect"},"fields":{"Decorative Header_52363373085874":{"type":"Decorative Header","value":"Thanks for your enquiry!","width":12,"step":"complete","sortOrder":1,"fieldStyle":{"fontSize":{"value":19,"unit":"px"},"fontWeight":"Bold"},"margins":{"marginTop":20},"stepId":"complete"},"Decorative Header_576559560634956":{"type":"Decorative Header","value":"Please let us know your contact details so we can arrange your free garden room consultation.","width":12,"step":5,"sortOrder":1,"fieldStyle":{"fontSize":{"value":18,"unit":"px"},"fontWeight":"Bold"},"stepId":"ff4727c9498ef9c0a6c989d9","margins":{"marginBottom":0}},"email_907058157108782":{"type":"Email","label":"Your email address","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":4,"stepId":"ff4727c9498ef9c0a6c989d9"},"phone_589083232390193":{"type":"Phone","label":"Your phone number","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":5,"helperText":"","stepId":"ff4727c9498ef9c0a6c989d9","defaultCountryFormat":"gb","showCountryCode":false},"text_373461752242760":{"type":"Text","label":"Your first name","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":2,"validationRules":{"required":true},"stepId":"ff4727c9498ef9c0a6c989d9"},"Decorative_Paragraph_194067845817258":{"type":"Decorative Paragraph","value":"Thanks for getting in touch. We'll be in contact soon to discuss your garden room project. Please expect a call from our team within the next 24 hours.","width":12,"step":"complete","sortOrder":2,"margins":{"marginBottom":60},"stepId":"complete"},"text_41430986212433":{"type":"Text","label":"Your surname","width":12,"stepId":"ff4727c9498ef9c0a6c989d9","sortOrder":3,"validationRules":{"required":true}},"text_584177940193244":{"type":"Text","label":"Your postcode","width":12,"stepId":"ff4727c9498ef9c0a6c989d9","sortOrder":6,"validationRules":{"required":true}}},"ownedByUser":"6542aa27e04dcd000b50b8c7","formName":"TGR | New Funnel No Prices","personalisation":{"form_related_to":"(None - start with a blank slate)"},"lastEdited":"2026-02-17T12:46:01.592Z","created":"2025-08-28T11:42:23.858Z","steps":[{"id":"ff4727c9498ef9c0a6c989d9","name":"CONTACT DETAILS","sortOrder":1}],"screenshotUrl":"https://res.cloudinary.com/dqnjggegp/image/upload/v1771332368/growform-production/form-screenshots/68b0409f4896847333ade375.png","leadsCount":281,"isActive":true,"__v":0,"reportedSpam":false,"spamOcr":"Please let us know your contact details so we can\narrange your free garden room consultation.\nYour first name\nYour surname\nYour email address\nYour phone number\n07500 123456\nYour postcode\nGET MY GARDEN ROOM CONSULTATION Please let us know your contact details so we can arrange your free garden room consultation . Your first name Your surname Your email address Your phone number 07500 123456 Your postcode GET MY GARDEN ROOM CONSULTATION"},"accountIsActive":true,"accountIsFreeTrial":false}}; // ---- Utils ---- function safeJSONStringify(obj) { return JSON.stringify(obj) .replace(/<\/(script|style)/gi, '<\\/$1') .replace(//g, '--\\>') .replace(/\u2028/g, '\\u2028') .replace(/\u2029/g, '\\u2029'); } function preloadScript(href) { try { if (!href) return; if (document.querySelector('link[rel="preload"][href="' + href + '"]')) return; var l = document.createElement("link"); l.rel = "preload"; l.as = "script"; l.href = href; l.crossOrigin = ""; // allow cache reuse in iframe document.head.appendChild(l); } catch (_) {} } function parseQuery() { var out = {}; try { if (!window.location.search) return out; var usp = new URLSearchParams(window.location.search); usp.forEach(function (v, k) { out[k] = v; }); } catch (_) {} return out; } function buildIframeHTML(opts) { var html = '\n' + '\n' + '\n' + ' \n' + ' \n' + ' \n' + '\n' + '\n' + ' \n' + '
\n' + '