/* growform client2 bundle.url: https://assets.growform.co/cee2d99-mhw6hzfz/form.bundle.js resolve.source: memory resolve.at: 2025-11-15T06:30:45.838Z form.source: api cache.age_ms: 7039 fallback_used: false */ ;(function () { var EMBED_TYPE = "iFrame"; var FORM_ID = "68dd8338c5a400626b80133f"; 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":"68dd8338c5a400626b80133f","options":{"numberOfSteps":5,"dateFormat":"DD/MM/YYYY","progressBar":{"enable":false},"continueButton":{"continueText":"Next","submitText":"Get pricing","backText":"Back"},"customStyles":{"width":{"unit":"px","value":950},"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":"#2868cb","bodyTextColor":"#343434","parentContainerBackgroundType":"color","innerFormBackgroundType":"none","buttonBorderColor":"#ff7500","buttonColorSelected":"#ffa659","buttonBorderColorSelected":"#ff7500","footerMarginBottom":25,"errorColor":"#ff4e4e","buttonColor":"#ff7500","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":"#EAF0FA","canvasSetup":"minimal","formMarginSide":20},"localization":{"dateFormat":"MM/DD/YYYY"},"exportTransparentBackground":false,"customScript":"","customRedirectUrls":[{"url":""}],"logo":null,"additionalInfo":null},"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"},"email_907058157108782":{"type":"Email","label":"Your email address","width":6,"margins":{"marginBottom":0},"step":5,"sortOrder":2,"stepId":"ff4727c9498ef9c0a6c989d9"},"phone_589083232390193":{"type":"Phone","label":"Your phone number","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":3,"helperText":"","stepId":"ff4727c9498ef9c0a6c989d9","defaultCountryFormat":"ca","showCountryCode":true},"text_373461752242760":{"type":"Text","label":"Full name","width":6,"margins":{"marginBottom":0},"step":5,"sortOrder":1,"validationRules":{"required":true},"stepId":"ff4727c9498ef9c0a6c989d9"},"Decorative_Paragraph_194067845817258":{"type":"Decorative Paragraph","value":"Thanks for getting in touch. We'll be in contact soon with next steps.","width":12,"step":"complete","sortOrder":2,"margins":{"marginBottom":60},"stepId":"complete"},"buttons_782408809089103":{"type":"Buttons","validationRules":{"required":false},"label":"SaaS tool needs","width":12,"hideLabel":true,"multiple":false,"options":[{"text":"No Accidents","image":null,"id":"30517a20d4e24a916d0de9b7"},{"text":"Accidents over $2000","image":null,"id":"c4fdfe66371b2db22f1af773"},{"text":"Rebuilt Title","image":null,"id":"80ca9cf5e40d39aeef449975"},{"text":"Unsure","image":null,"id":"e73867c75903ea11d2f7653d"}],"step":1,"sortOrder":1,"helperText":"","imageStyles":{"width":"37","marginBottom":"17","sq_imageOnlyMode":"No","size":"33%"},"buttonStyle":{"minWidth":"107","height":"102","buttonsPerRow":"4","buttonsType":"Rectangle","sq_buttonsPerRow":"3","sq_buttonsPerRowMobile":"2"},"stepId":"ac0ce1d8634334328d03ff33"},"text_476590633475208":{"type":"Text","label":"VIN#","width":12,"stepId":"acd45227cac332d443c4e1db","sortOrder":1},"address_515815479652297":{"type":"Address","label":"What is your address?","width":12,"stepId":"ff4727c9498ef9c0a6c989d9","sortOrder":4}},"ownedByUser":"66fe67967ad914000b13cbfc","formName":"Sell","personalisation":{"form_related_to":"B2B / SaaS"},"created":"2025-10-01T19:38:32.351Z","steps":[{"id":"acd45227cac332d443c4e1db","name":"Current CRM","sortOrder":1},{"id":"ac0ce1d8634334328d03ff33","name":"Intended outcomes","sortOrder":2,"copyOf":"8d53a2591d86a402dbecf0d3"},{"id":"ff4727c9498ef9c0a6c989d9","name":"Contact info","sortOrder":3}],"screenshotUrl":"https://res.cloudinary.com/dqnjggegp/image/upload/v1759379152/growform-production/form-screenshots/68dd8338c5a400626b80133f.png","isActive":true,"__v":0,"lastEdited":"2025-10-02T04:25:47.974Z"},"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' + '