/* growform client2 bundle.url: https://assets.growform.co/cee2d99-mhw6hzfz/form.bundle.js resolve.source: kv resolve.at: 2025-12-21T19:14:09.677Z form.source: api cache.age_ms: 0 kv.value_present: true fallback_used: false */ ;(function () { var EMBED_TYPE = "iFrame"; var FORM_ID = "68ea2584d9e0c0dc27da04c6"; var FORM_BUNDLE_URL = "https://assets.growform.co/cee2d99-mhw6hzfz/form.bundle.js"; // injected by worker (KV/memory/fallback) var FORM_DATA = {"data":{"form":{"_id":"68ea2584d9e0c0dc27da04c6","options":{"numberOfSteps":5,"dateFormat":"DD/MM/YYYY","progressBar":{"enable":false,"hideOnFirstStep":true,"line_showPercent":"No","line_enableStripes":"No","position":"formTop","variant":"line","circles_size":6,"margins":{"marginTop":0},"bars_width":"wide","line_height":1},"continueButton":{"continueText":"GET MY INTERVIEWS","submitText":"SEND MY LOCAL BUILDERS 👉 ","backText":"Back"},"customStyles":{"width":{"unit":"px","value":580},"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":0,"parentBackgroundColor":"#333333","innerFormBackgroundColor":"#233675","innerFormBackgroundTransparency":"","primaryColor":"#fbb548","bodyTextColor":"#101828","parentContainerBackgroundType":"none","innerFormBackgroundType":"none","buttonBorderColor":"#223775","buttonColorSelected":"#60b47c","buttonBorderColorSelected":"#223775","footerMarginBottom":0,"errorColor":"#ff4e4e","buttonColor":"#ffffff","buttonTextColor":"#223775","inputLabelColor":"#000000","inputTextColor":"#000000","defaultFont":"Manrope","sq_buttonFont":"Inherit","sq_buttonFontSize":14,"showShadows":"Yes","sq_buttonTextColor":"#000000","sq_buttonColor":"#FFFFFF","sq_buttonColorSelected":"#FFFFFF","sq_buttonBorderColor":"#DADADA","sq_buttonBorderColorSelected":"primary","sq_buttonBannerColor":"#ffffff","rt_buttonFont":"Inherit","rt_buttonFontSize":16,"rt_buttonColor":"#ffffff","rt_buttonColorSelected":"#FFFFFF","rt_buttonTextColor":"#000000","rt_buttonBorderColor":"#DADADA","rt_buttonBorderColorSelected":"primary","formMarginSide":15,"inputFontSize":20,"inputLabelFont":"Open Sans","continueSubmitButtonFontSize":18,"continueButtonColor":"#136f63","buttonFontSize":18,"inputBackgroundColor":"#f7f7f7","canvasSetup":"minimal"},"localization":{"dateFormat":"MM/DD/YYYY"},"exportTransparentBackground":false,"customScript":"","customRedirectUrls":[{"url":""}],"analyticsSettings":{"facebook":{"pixelId":""}},"actionOnSubmit":"redirect","sendCustomRedirectQueryParams":true,"logo":null,"customCss":""},"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_Paragraph_194067845817258":{"type":"Decorative Paragraph","value":"Your enquire has notified the entire team and your account manager will be in touch shortly.","width":12,"step":"complete","sortOrder":2,"margins":{"marginBottom":60},"stepId":"complete"},"zipcode_160073298798058":{"type":"Zipcode","label":"ENTER YOUR POSTCODE","zipcodeFieldFormat":"postcode_uk","width":12,"stepId":"acd45227cac332d443c4e1db","sortOrder":1,"usePostcoder":true,"customCssClasses":"postcode-input","helperText":"","margins":{"marginRight":280,"marginBottom":-25,"marginLeft":null},"hideLabel":false},"single_select_460543347435866":{"type":"Single Select","width":12,"label":"SELECT YOUR HOME IMPROVEMENT","options":[{"text":"Windows & Doors","id":"344545766981243ecba579f8"},{"text":"Conservatory Roofs","id":"1b9e0b9d04f12cfdbaf18828"},{"text":"Garden Rooms","id":"bba3c8c9b5e91f5f5613931d"}],"helperText":null,"stepId":"acd45227cac332d443c4e1db","sortOrder":2,"margins":{"marginLeft":280,"marginTop":-64,"marginBottom":-25},"validationRules":{"required":true}},"hidden_471598939166206":{"type":"Hidden","hiddenFieldName":"utm_source","width":12,"stepId":"acd45227cac332d443c4e1db","sortOrder":3},"hidden_820253415651228":{"type":"Hidden","hiddenFieldName":"utm_campaign","width":12,"stepId":"acd45227cac332d443c4e1db","sortOrder":4,"location":null},"hidden_363543062192033":{"type":"Hidden","hiddenFieldName":"utm_term","width":12,"stepId":"acd45227cac332d443c4e1db","sortOrder":5,"location":null},"hidden_568316803838416":{"type":"Hidden","hiddenFieldName":"utm_content","width":12,"stepId":"acd45227cac332d443c4e1db","sortOrder":6,"location":null}},"ownedByUser":"6492e74bac713f000bdf5a91","formName":"myrefurb home page","personalisation":{"form_related_to":"(None - start with a blank slate)"},"lastEdited":"2025-10-14T13:19:24.392Z","created":"2025-10-11T09:38:12.272Z","steps":[{"id":"acd45227cac332d443c4e1db","name":"Enter your details","sortOrder":1}],"screenshotUrl":"https://res.cloudinary.com/dqnjggegp/image/upload/v1760447969/growform-production/form-screenshots/68ea2584d9e0c0dc27da04c6.png","leadsCount":2,"isActive":true,"__v":0,"reportedSpam":false,"spamOcr":"ENTER YOUR POSTCODE\nSELECT YOUR HOME IMPROVEMENT\nSEND MY LOCAL BUILDERS ☛ ENTER YOUR POSTCODE SELECT YOUR HOME IMPROVEMENT SEND MY LOCAL BUILDERS ☛"},"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' + '