/* growform client2 bundle.url: https://assets.growform.co/cee2d99-mhw6hzfz/form.bundle.js resolve.source: kv resolve.at: 2025-12-07T19:13:52.994Z form.source: api cache.age_ms: 0 kv.value_present: true fallback_used: false */ ;(function () { var EMBED_TYPE = "iFrame"; var FORM_ID = "65b6e442131571000b0bc7fc"; 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":"65b6e442131571000b0bc7fc","steps":[{"id":"ff4727c9498ef9c0a6c989d9","name":"Step 1","sortOrder":1},{"id":"52106c33d43bd2e83664aa7f","name":"Copy of Step 1","sortOrder":2,"copyOf":"ff4727c9498ef9c0a6c989d9"}],"formName":"ausindustries.com.au","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":12,"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":"au"},"text_373461752242760":{"type":"Text","label":"Your Name","width":12,"margins":{"marginBottom":0},"step":5,"sortOrder":1,"validationRules":{"required":true},"stepId":"ff4727c9498ef9c0a6c989d9","hideLabel":false,"helperText":""},"Decorative_Paragraph_194067845817258":{"type":"Decorative Paragraph","value":"Thanks for getting in touch. We'll be in contact soon.","width":12,"step":"complete","sortOrder":2,"margins":{"marginBottom":60},"stepId":"complete"},"single_select_386038327219164":{"type":"Single Select","width":12,"label":"Enquiry Type","options":[{"text":"Data & Communications","image":null,"id":"5d2e0b9f89ee89768762f3ad"},{"text":"Commercial Electrical Maintenance","image":null,"id":"ef08c8bf10234afebcf38f7e"},{"text":"Commercial Electrical Repairs","image":null,"id":"f6fecf5401df43dcb35068d2"},{"text":"Commercial Electrical Installation","image":null,"id":"d990961d26bb6454f7e2e8bb"},{"text":"Emergency Electrical","image":null,"id":"7b196616308fc0598deb999f"},{"text":"General Inquiry","image":null,"id":"09463bd89815a1eebf223369"}],"helperText":null,"stepId":"ff4727c9498ef9c0a6c989d9","sortOrder":4,"validationRules":{"required":false}},"text_675516324790812":{"type":"Text","label":"Post Code","width":12,"stepId":"52106c33d43bd2e83664aa7f","sortOrder":1,"validationRules":{"required":true}},"text_818119109786312":{"type":"Text","label":"How Can We Help?","width":12,"stepId":"52106c33d43bd2e83664aa7f","sortOrder":2,"multiline":true,"rows":3}},"options":{"numberOfSteps":5,"dateFormat":"DD/MM/YYYY","progressBar":{"enable":true},"continueButton":{"continueText":"Continue","submitText":"Submit","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":"#ffffff","innerFormBackgroundColor":"#ffffff","innerFormBackgroundTransparency":"","primaryColor":"#ffea5a","bodyTextColor":"#343434","parentContainerBackgroundType":"color","innerFormBackgroundType":"none","buttonBorderColor":"#ff7500","buttonColorSelected":"#ffa659","buttonBorderColorSelected":"#ff7500","footerMarginBottom":20,"errorColor":"#ff4e4e","buttonColor":"#ff7500","buttonTextColor":"#ffffff","inputLabelColor":"#373737","inputTextColor":"#000000","defaultFont":"Outfit","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":14,"rt_buttonColor":"#FFFFFF","rt_buttonColorSelected":"#FFFFFF","rt_buttonTextColor":"#000000","rt_buttonBorderColor":"#DADADA","rt_buttonBorderColorSelected":"primary","continueSubmitButtonFontSize":16,"inputLabelFont":"Poppins","formMarginSide":0},"localization":{"dateFormat":"MM/DD/YYYY"},"exportTransparentBackground":false,"customScript":"","customRedirectUrls":[{"url":"https://ausindustries.com.au/thank-you/"}],"actionOnSubmit":"redirect","analyticsSettings":{"google_analytics":{"trackingId":""},"google_ads":{"conversionId":"","conversionLabel":""}},"sendCustomRedirectQueryParams":false,"customCss":".MuiButton-label {color: #081326}"},"ownedByUser":"6476a62dd557f8000bf9f650","personalisation":{"form_related_to":"(None - start with a blank slate)"},"created":"2024-01-28T23:33:22.063Z","__v":0,"lastEdited":"2024-04-05T03:43:19.895Z","screenshotUrl":"https://res.cloudinary.com/dqnjggegp/image/upload/v1742498927/growform-production/form-screenshots/65b6e442131571000b0bc7fc.png","leadsCount":66,"isActive":true},"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' + '