/* growform client2 bundle.url: https://assets.growform.co/41638ced-mn5p9jag/form.bundle.js resolve.source: kv resolve.at: 2026-03-26T12:37:37.068Z form.source: kv cache.age_ms: 0 kv.value_present: true fallback_used: false */ ;(function () { var EMBED_TYPE = "iFrame"; var FORM_ID = "685946f2950e6b000bb3e020"; 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":"685946f2950e6b000bb3e020","steps":[{"id":"ff4727c9498ef9c0a6c989d9","name":"Contact info","sortOrder":1},{"id":"0da4944acac13218b1fc5e97","name":"(Unnamed step)","sortOrder":2}],"isActive":true,"formName":"Brochure Download Form","fields":{"Decorative Header_52363373085874":{"type":"Decorative Header","value":"That's it! We've sent your brochure! ","width":12,"step":"complete","sortOrder":1,"fieldStyle":{"fontSize":{"value":"22","unit":"px"},"fontWeight":"Normal"},"margins":{"marginTop":20},"stepId":"complete"},"email_907058157108782":{"type":"Email","label":"Email Address","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":3,"stepId":"ff4727c9498ef9c0a6c989d9"},"phone_589083232390193":{"type":"Phone","label":"Your phone number","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":4,"helperText":"","stepId":"ff4727c9498ef9c0a6c989d9","defaultCountryFormat":"gb"},"text_373461752242760":{"type":"Text","label":"First Name","width":6,"margins":{"marginBottom":0},"step":5,"sortOrder":1,"validationRules":{"required":true},"stepId":"ff4727c9498ef9c0a6c989d9"},"Decorative_Paragraph_194067845817258":{"type":"Decorative Paragraph","value":"Thanks for requesting a brochure. We have sent you a brochure via email and text message. Please get in touch if you don't receive it. (Check spam)","width":12,"step":"complete","sortOrder":3,"margins":{"marginBottom":60},"stepId":"complete","fieldStyle":{"fontSize":{"value":20,"unit":"px"}}},"text_32126480053113":{"type":"Text","label":"Last Name","width":6,"stepId":"ff4727c9498ef9c0a6c989d9","sortOrder":2,"validationRules":{"required":true}},"decorative_loading animation_76386486820088":{"type":"Decorative Loading Animation","value":"This does not have a value","loaderOptions":{"color":"#d5cd91","type":"Circle","size":150,"redirectAfter":"2s"},"width":12,"stepId":"0da4944acac13218b1fc5e97","sortOrder":1},"decorative_divider_592093169896490":{"type":"Decorative Divider","width":12,"stepId":"complete","sortOrder":2,"fieldStyle":{"width":500,"height":2,"backgroundColor":"#d5cd91"}},"toscheckbox_632569145682589":{"type":"TOSCheckbox","label":"By clicking this box, you consent to marketing and communication from Tailored Garden Rooms Ltd. We cannot send your brochure without this.","width":12,"stepId":"ff4727c9498ef9c0a6c989d9","sortOrder":5,"prechecked":false}},"options":{"numberOfSteps":5,"dateFormat":"DD/MM/YYYY","progressBar":{"enable":true},"continueButton":{"continueText":"Next","submitText":"DOWNLOAD BROCHURE","backText":"Back"},"customStyles":{"width":{"unit":"px","value":520},"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":15,"parentBackgroundColor":"#f3f5fa","innerFormBackgroundColor":"#ffffff","innerFormBackgroundTransparency":"","primaryColor":"#d5cd91","bodyTextColor":"#ffffff","parentContainerBackgroundType":"none","innerFormBackgroundType":"none","buttonBorderColor":"#ffffff","buttonColorSelected":"#d5cd91","buttonBorderColorSelected":"#90ac66","footerMarginBottom":15,"errorColor":"#ff2828","buttonColor":"#90ac66","buttonTextColor":"#ffffff","inputLabelColor":"#a3a3a3","inputTextColor":"#000000","defaultFont":"ABeeZee","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},"localization":{"dateFormat":"DD/MM/YYYY"},"exportTransparentBackground":false,"customScript":"","actionOnSubmit":"redirect","analyticsSettings":{"facebook":{"pixelId":"281771201605377"}},"customRedirectUrls":[{"url":"https://tailoredgardenrooms.co.uk/brochure-request-complete-page"}]},"ownedByUser":"6542aa27e04dcd000b50b8c7","personalisation":{"form_related_to":"Bathroom remodelling"},"created":"2025-06-23T12:22:10.891Z","__v":0,"lastEdited":"2025-08-04T09:29:55.621Z","screenshotUrl":"https://res.cloudinary.com/dqnjggegp/image/upload/v1754299801/growform-production/form-screenshots/685946f2950e6b000bb3e020.png","leadsCount":968},"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' + '