{"id":9813,"date":"2025-04-22T09:22:06","date_gmt":"2025-04-22T09:22:06","guid":{"rendered":"https:\/\/givenergy.com\/au\/?page_id=9813"},"modified":"2025-06-13T15:10:09","modified_gmt":"2025-06-13T15:10:09","slug":"connect-with-a-installer","status":"publish","type":"page","link":"https:\/\/givenergy.com\/au\/connect-with-a-installer\/","title":{"rendered":"Connect with an installer"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9813\" class=\"elementor elementor-9813\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2962289 e-con-full e-flex e-con e-parent\" data-id=\"2962289\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-158cc04 e-flex e-con-boxed e-con e-child\" data-id=\"158cc04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-614dbba elementor-invisible elementor-widget elementor-widget-html\" data-id=\"614dbba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <head>\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n\n<script>\n\n\/\/ Single text inputs\n\n    \/\/ Wait for Ninja Forms to be initialized\n    jQuery(document).on('nfFormReady', function (e, layoutView) {\n        console.log(\"Ninja Form is ready.\");\n\n        \/\/ Define field mapping between external inputs and Ninja Forms fields\n        const fieldMapping = {\n            '#first-name': '#nf-field-77',\n            '#last-name': '#nf-field-78',\n            '#email-address': '#nf-field-79',\n            '#phone': '#nf-field-80',\n            '#postcode': '#nf-field-81',\n            '#house-number': '#nf-field-82',\n            '#street': '#nf-field-83',\n            '#city': '#nf-field-84',\n            '#country': '#nf-field-85',\n            '#your-message': '#nf-field-179'\n        };\n        \n  \n        \/\/ Attach input event listeners and sync values\n        jQuery.each(fieldMapping, function (sourceSelector, targetSelector) {\n            jQuery(sourceSelector).on('input', function () {\n                var value = jQuery(this).val();\n                jQuery(targetSelector).val(value).trigger('change');\n                console.log(`${sourceSelector} updated ${targetSelector} with value: ${value}`);\n            });\n        });\n    });\n<\/script>\n\n<script>\n    \/\/ Utility to clean values: replace hyphens with spaces and capitalize words\n    function cleanValue(str) {\n        return str.replace(\/-\/g, ' ')\n                  .replace(\/\\w\\S*\/g, function(txt) {\n                      return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase();\n                  });\n    }\n\n    \/\/ Function to sync only radio\/checkbox fields with Ninja Forms\n    function updateNinjaFormRadiosCheckboxes() {\n        console.log(\"Updating Ninja Forms radio\/checkbox fields...\");\n\n        \/\/ Sync selected Home Type (radio button)\n        const selectedHomeType = cleanValue(jQuery('input[name=\"home-type\"]:checked').val() || \"\");\n        console.log(\"Selected Home Type:\", selectedHomeType);\n        jQuery('#nf-field-88').val(selectedHomeType).trigger('change');\n\n        \/\/ Sync selected Solar Panels (radio button)\n        const selectedSolarPanels = cleanValue(jQuery('input[name=\"solar-panels\"]:checked').val() || \"\");\n        console.log(\"Selected Solar Panels:\", selectedSolarPanels);\n        jQuery('#nf-field-89').val(selectedSolarPanels).trigger('change');\n\n        \/\/ Sync selected Timeline (radio button)\n        const selectedTimeline = cleanValue(jQuery('input[name=\"solar-timing\"]:checked').val() || \"\");\n        console.log(\"Selected Timeline:\", selectedTimeline);\n        jQuery('#nf-field-90').val(selectedTimeline).trigger('change');\n\n        \/\/ Sync selected Electricity Usage (radio button)\n        const selectedElectricityUsage = cleanValue(jQuery('input[name=\"electricity-usage\"]:checked').val() || \"\");\n        console.log(\"Selected Electricity Usage:\", selectedElectricityUsage);\n        jQuery('#nf-field-91').val(selectedElectricityUsage).trigger('change');\n\n        \/\/ Sync Energy Users (checkboxes)\n        let energyUsersArray = [];\n        jQuery('input[name=\"energy-users\"]:checked').each(function() {\n            energyUsersArray.push(cleanValue(jQuery(this).val()));\n        });\n        console.log(\"Selected Energy Users:\", energyUsersArray);\n        jQuery('#nf-field-92').val(energyUsersArray.length ? energyUsersArray.join(', ') : \"\").trigger('change');\n\n        \/\/ Sync Battery Reason (checkboxes)\n        let batteryReasonsArray = [];\n        jQuery('input[name=\"battery-reason\"]:checked').each(function() {\n            batteryReasonsArray.push(cleanValue(jQuery(this).val()));\n        });\n        console.log(\"Selected Battery Reasons:\", batteryReasonsArray);\n        jQuery('#nf-field-93').val(batteryReasonsArray.length ? batteryReasonsArray.join(', ') : \"\").trigger('change');\n    }\n\n    \/\/ Wait for Ninja Forms to be initialized\n    jQuery(document).on('nfFormReady', function (e, layoutView) {\n        console.log(\"Ninja Form is ready.\");\n\n        \/\/ Attach change event listeners to radio and checkbox options\n        jQuery('#home-type-options input[type=\"radio\"], #solar-panels-options input[type=\"radio\"], #when-will-solar input[type=\"radio\"], #electricity-usage-options input[type=\"radio\"], #contact-method-options input[type=\"radio\"], #energy-users-options input[type=\"checkbox\"], #battery-reason-options input[type=\"checkbox\"]')\n            .on('change', function () {\n                updateNinjaFormRadiosCheckboxes();\n            });\n    });\n<\/script>\n\n\n<\/head>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e65160 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"9e65160\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <div style=\"display:none\">\n    <noscript class=\"ninja-forms-noscript-message\">\n\tNotice: JavaScript is required for this content.<\/noscript>\n<div id=\"nf-form-5-cont\" class=\"nf-form-cont\" aria-live=\"polite\" aria-labelledby=\"nf-form-title-5\" aria-describedby=\"nf-form-errors-5\" role=\"form\">\n\n    <div class=\"nf-loading-spinner\"><\/div>\n\n<\/div>\n        <!-- That data is being printed as a workaround to page builders reordering the order of the scripts loaded-->\n        <script>var formDisplay=1;var nfForms=nfForms||[];var form=[];form.id='5';form.settings={\"objectType\":\"Form Setting\",\"editActive\":true,\"title\":\"Dynamic Lead Gen Form - V2\",\"created_at\":\"2025-03-20 11:21:03\",\"default_label_pos\":\"above\",\"show_title\":\"1\",\"clear_complete\":\"1\",\"hide_complete\":\"1\",\"logged_in\":\"\",\"key\":\"\",\"conditions\":[],\"wrapper_class\":\"\",\"element_class\":\"\",\"add_submit\":\"1\",\"not_logged_in_msg\":\"\",\"sub_limit_number\":\"\",\"sub_limit_msg\":\"\",\"calculations\":[],\"formContentData\":[{\"formContentData\":[\"hidden_-_products_1743078973487\",\"hidden_-_title_1743081959040\",\"first_name_1742830231763\",\"last_name_1742830238367\",\"email_1742830598645\",\"phone_1742830614133\",\"zip_1742830636992\",\"house_number_1742830775726\",\"street_1742830770688\",\"city_1742830786053\",\"country_1742830799671\",\"home_type_1745846589976\",\"solar_panels_installed_1745846634456\",\"installation_timeline_1745846649944\",\"electricity_usage_1745846660552\",\"energy_users_1745846674745\",\"battery_reason_1745846684584\",\"assigned_collection_1746019744708\",\"collection_intro_text\",\"collection-intro-image-url\",\"collection_intro_brochure_url\",\"your_message\",\"has_solar_date\",\"has-message\",\"checkbox_1749550444351\",\"submit\"],\"order\":0,\"type\":\"part\",\"clean\":true,\"title\":\"Part Title\",\"key\":\"wdgpparp\",\"editActive\":true,\"drawerDisabled\":false}],\"container_styles_background-color\":\"\",\"container_styles_border\":\"\",\"container_styles_border-style\":\"\",\"container_styles_border-color\":\"\",\"container_styles_color\":\"\",\"container_styles_height\":\"\",\"container_styles_width\":\"\",\"container_styles_font-size\":\"\",\"container_styles_margin\":\"\",\"container_styles_padding\":\"\",\"container_styles_display\":\"\",\"container_styles_float\":\"\",\"container_styles_show_advanced_css\":\"0\",\"container_styles_advanced\":\"\",\"title_styles_background-color\":\"\",\"title_styles_border\":\"\",\"title_styles_border-style\":\"\",\"title_styles_border-color\":\"\",\"title_styles_color\":\"\",\"title_styles_height\":\"\",\"title_styles_width\":\"\",\"title_styles_font-size\":\"\",\"title_styles_margin\":\"\",\"title_styles_padding\":\"\",\"title_styles_display\":\"\",\"title_styles_float\":\"\",\"title_styles_show_advanced_css\":\"0\",\"title_styles_advanced\":\"\",\"row_styles_background-color\":\"\",\"row_styles_border\":\"\",\"row_styles_border-style\":\"\",\"row_styles_border-color\":\"\",\"row_styles_color\":\"\",\"row_styles_height\":\"\",\"row_styles_width\":\"\",\"row_styles_font-size\":\"\",\"row_styles_margin\":\"\",\"row_styles_padding\":\"\",\"row_styles_display\":\"\",\"row_styles_show_advanced_css\":\"0\",\"row_styles_advanced\":\"\",\"row-odd_styles_background-color\":\"\",\"row-odd_styles_border\":\"\",\"row-odd_styles_border-style\":\"\",\"row-odd_styles_border-color\":\"\",\"row-odd_styles_color\":\"\",\"row-odd_styles_height\":\"\",\"row-odd_styles_width\":\"\",\"row-odd_styles_font-size\":\"\",\"row-odd_styles_margin\":\"\",\"row-odd_styles_padding\":\"\",\"row-odd_styles_display\":\"\",\"row-odd_styles_show_advanced_css\":\"0\",\"row-odd_styles_advanced\":\"\",\"success-msg_styles_background-color\":\"\",\"success-msg_styles_border\":\"\",\"success-msg_styles_border-style\":\"\",\"success-msg_styles_border-color\":\"\",\"success-msg_styles_color\":\"\",\"success-msg_styles_height\":\"\",\"success-msg_styles_width\":\"\",\"success-msg_styles_font-size\":\"\",\"success-msg_styles_margin\":\"\",\"success-msg_styles_padding\":\"\",\"success-msg_styles_display\":\"\",\"success-msg_styles_show_advanced_css\":\"0\",\"success-msg_styles_advanced\":\"\",\"error_msg_styles_background-color\":\"\",\"error_msg_styles_border\":\"\",\"error_msg_styles_border-style\":\"\",\"error_msg_styles_border-color\":\"\",\"error_msg_styles_color\":\"\",\"error_msg_styles_height\":\"\",\"error_msg_styles_width\":\"\",\"error_msg_styles_font-size\":\"\",\"error_msg_styles_margin\":\"\",\"error_msg_styles_padding\":\"\",\"error_msg_styles_display\":\"\",\"error_msg_styles_show_advanced_css\":\"0\",\"error_msg_styles_advanced\":\"\",\"form_title_heading_level\":\"3\",\"changeEmailErrorMsg\":\"Please enter a valid email address!\",\"changeDateErrorMsg\":\"Please enter a valid date!\",\"confirmFieldErrorMsg\":\"These fields must match!\",\"fieldNumberNumMinError\":\"Number Min Error\",\"fieldNumberNumMaxError\":\"Number Max Error\",\"fieldNumberIncrementBy\":\"Please increment by \",\"formErrorsCorrectErrors\":\"Please correct errors before submitting this form.\",\"validateRequiredField\":\"This is a required field.\",\"honeypotHoneypotError\":\"Honeypot Error\",\"fieldsMarkedRequired\":\"Fields marked with an <span class=\\\"ninja-forms-req-symbol\\\">*<\\\/span> are required\",\"currency\":\"\",\"unique_field_error\":\"A form with this value has already been submitted.\",\"header_position\":\"left\",\"footer_position\":\"left\",\"mp_breadcrumb\":\"1\",\"mp_progress_bar\":\"1\",\"mp_display_titles\":\"0\",\"objectDomain\":\"scheduled_exports\",\"drawerDisabled\":false,\"allow_public_link\":0,\"embed_form\":\"\",\"use_document_title\":0,\"document_title\":\"\",\"use_document_body\":1,\"document_body\":\"<!-- Fonts and Style --><link rel=\\\"stylesheet\\\" href=\\\"https:\\\/\\\/fonts.googleapis.com\\\/css2?family=Lexend:wght@100..900&amp;display=swap\\\"><style>\\t@import url('https:\\\/\\\/fonts.googleapis.com\\\/css2?family=Lexend:wght@100..900&display=swap');\\t.emailContent {\\t\\tfont-family: \\\"Lexend\\\", \\\"Helvetica Neue\\\", Helvetica, sans-serif;\\t}\\th1,\\th2,\\th3,\\th4,\\th5,\\th6,\\tp {\\t\\tfont-family: \\\"Lexend\\\", \\\"Helvetica Neue\\\", Helvetica, sans-serif;\\t}<\\\/style><!-- Meta Tags --><title><\\\/title><meta http-equiv=\\\"Content-Type\\\" content=\\\"text\\\/html; charset=utf-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><div id=\\\"body\\\" style=\\\"width: 100%; margin-left: 10%; margin-right: 10%;\\\"> <a href=\\\"https:\\\/\\\/givenergy.com\\\" target=\\\"_blank\\\" style=\\\"outline:none\\\" tabindex=\\\"-1\\\"> <img src=\\\"https:\\\/\\\/givenergy.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Giv-Logo-Black.svg\\\" style=\\\"display: block; height: auto; border: 0; width: 300px; margin-bottom: 50px; margin-top: 50px;\\\" width=\\\"300\\\" alt=\\\"GivEnergy Logo 2025\\\" title=\\\"GivEnergy Logo 2025\\\"> <\\\/a>\\t<h3 style=\\\"margin: 0 0 16px;\\\">GivEnergy system installation - Your RFO<\\\/h3>\\t<div style=\\\"display: flex; justify-content: space-between; margin-bottom: 20px;\\\"> <!-- Customer Info -->\\t\\t<div id=\\\"customer-details\\\" style=\\\"width: 100%; padding-right: 10px;\\\">\\t\\t\\t<h3 style=\\\"margin: 10px 0 16px;\\\">Customer Information<\\\/h3>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\"><strong>Name:<\\\/strong> {field:first_name_1742830231763}\\t\\t\\t\\t{field:last_name_1742830238367}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\"><strong>Phone:<\\\/strong> {field:phone_1742830614133}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\"><strong>Email Address:<\\\/strong> {field:email_1742830598645}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\"><strong>Home Address:<\\\/strong> {field:zip_1742830636992},\\t\\t\\t\\t{field:street_1742830770688}, {field:city_1742830786053}, {field:country_1742830799671}<\\\/p>\\t\\t<\\\/div>\\t\\t<br>\\t\\t<!-- Your Message -->\\t\\t<div id=\\\"message\\\" style=\\\"margin-bottom: 20px; border: 1px solid #000; padding: 20px; display:{field:has-message};\\\">\\t\\t\\t<h3 style=\\\"margin: 0 0 0px;\\\">Your Message<\\\/h3>\\t\\t\\t<p style=\\\"margin: 0 0 0px;\\\">{field:your_message}<\\\/p>\\t\\t<\\\/div>\\t\\t<!-- Property Information -->\\t\\t<div id=\\\"property-information\\\" style=\\\"margin-bottom: 20px;\\\">\\t\\t\\t<h3 style=\\\"margin: 0 0 16px;\\\">Property Information<\\\/h3>\\t\\t\\t<p style=\\\"margin: 0 0 0px;\\\"><strong>What kind of home do you live in?<\\\/strong><\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:home_type_1745846589976}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 0px;\\\"><strong>Do you currently have solar panels installed?<\\\/strong><\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:solar_panels_installed_1745846634456}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 0px; display:{field:has_solar_date};\\\"><strong>When do you think that\\u2019ll be?<\\\/strong>\\t\\t\\t<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px; display:{field:has_solar_date};\\\">{field:installation_timeline_1745846649944}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 0px;\\\"><strong>Roughly how much electricity does your home use per year?<\\\/strong><\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:electricity_usage_1745846660552}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 0px;\\\"><strong>What energy users do you have?<\\\/strong><\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:energy_users_1745846674745}<\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 0px;\\\"><strong>What are the top 1\\u20132 reasons you're considering a battery\\t\\t\\t\\t\\tsystem?<\\\/strong><\\\/p>\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:battery_reason_1745846684584}<\\\/p>\\t\\t<\\\/div>\\t\\t<!-- Collection -->\\t\\t<div id=\\\"collection-information\\\" style=\\\"margin-bottom: 20px;\\\">\\t\\t\\t<h3 style=\\\"margin: 0 0 16px;\\\">Our Collection Recommendation<\\\/h3>\\t\\t\\t<div style=\\\"display: flex; justify-content: space-between;\\\"> <!-- Text on the left -->\\t\\t\\t\\t<div style=\\\"width: 100%; padding-right: 10px;\\\">\\t\\t\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:assigned_collection_1746019744708}<\\\/p>\\t\\t\\t\\t\\t<p style=\\\"margin: 0 0 7px;\\\">{field:collection_intro_text}<\\\/p>\\t\\t\\t\\t\\t<img src=\\\"{field:collection-intro-image-url}\\\" width=\\\"200\\\" style=\\\"margin-bottom: 10px;\\\"> <a href=\\\"{field:collection_intro_brochure_url}\\\" target=\\\"_blank\\\" style=\\\"color:rgb(0, 0, 0); padding: 10px 20px; border: none; text-decoration: underline;\\\">\\t\\t\\t\\t\\t\\tDownload Brochure <\\\/a>\\t\\t\\t\\t<\\\/div>\\t\\t\\t<\\\/div>\\t\\t\\t<div class=\\\"nf-setting-error\\\"><\\\/div>\\t\\t<\\\/div>\\t<\\\/div><\\\/div>\",\"company_name\":\"\",\"header_address_1\":\"\",\"header_address_2\":\"\",\"header_city_state_province\":\"\",\"header_phone\":\"\",\"header_email\":\"\",\"header_date\":\"\",\"document_filename\":\"GivEnergy RFO (AU - GivEnergy.com\\\/au)\",\"mp_prev_label\":\"\",\"mp_next_label\":\"\",\"use_document_filename\":1,\"export_settings\":[{\"errors\":[],\"max_options\":0,\"order\":0,\"new\":false,\"options\":{\"interval\":[{\"label\":\"Hourly\",\"value\":\"hourly\"},{\"label\":\"Daily\",\"value\":\"daily\"},{\"label\":\"Weekly\",\"value\":\"weekly\"}],\"format\":[{\"label\":\"CSV\",\"value\":\"csv\"}],\"delivery\":[{\"label\":\"Email\",\"value\":\"email\"}]},\"interval\":\"weekly\",\"format\":\"csv\",\"delivery\":\"email\",\"maxCount\":0,\"emailTo\":\"gabriella.hebditch@givenergy.co.uk,Leonard.Leong@givenergy.com,Sales.Aus@givenergy.com\",\"emailSubject\":\"Connect with Installer | Weekly (AU .com)\",\"startingTimestamp\":\"2025-11-22 23:47:32\",\"settingModel\":{\"settings\":false,\"hide_merge_tags\":false,\"error\":false,\"name\":\"export_settings\",\"type\":\"option-repeater\",\"label\":\"Scheduled Exports <a href=\\\"#\\\" class=\\\"nf-add-new\\\">Add New<\\\/a>\",\"width\":\"full\",\"group\":\"primary\",\"tmpl_row\":\"nf-tmpl-scheduled-exports-custom-field-map-row\",\"columns\":{\"interval\":{\"header\":\"\",\"default\":\"weekly\",\"options\":[{\"label\":\"Hourly\",\"value\":\"hourly\"},{\"label\":\"Daily\",\"value\":\"daily\"},{\"label\":\"Weekly\",\"value\":\"weekly\"}]},\"format\":{\"header\":\"\",\"default\":\"csv\",\"options\":[{\"label\":\"CSV\",\"value\":\"csv\"}]},\"delivery\":{\"header\":\"\",\"default\":\"email\",\"options\":[{\"label\":\"Email\",\"value\":\"email\"}]},\"maxCount\":{\"header\":\"\",\"default\":\"\"},\"emailTo\":{\"header\":\"\",\"default\":\"\"},\"emailSubject\":{\"header\":\"\",\"default\":\"\"},\"startingTimestamp\":{\"header\":\"\",\"default\":\"2025-08-28 09:49:05\"}}},\"formId\":5,\"emailFrom\":\"\",\"emailReplyTo\":\"\"}],\"ninjaForms\":\"Ninja Forms\",\"fieldTextareaRTEInsertLink\":\"Insert Link\",\"fieldTextareaRTEInsertMedia\":\"Insert Media\",\"fieldTextareaRTESelectAFile\":\"Select a file\",\"formHoneypot\":\"If you are a human seeing this field, please leave it empty.\",\"fileUploadOldCodeFileUploadInProgress\":\"File Upload in Progress.\",\"fileUploadOldCodeFileUpload\":\"FILE UPLOAD\",\"currencySymbol\":\"&#36;\",\"thousands_sep\":\",\",\"decimal_point\":\".\",\"siteLocale\":\"en_GB\",\"dateFormat\":\"m\\\/d\\\/Y\",\"startOfWeek\":\"1\",\"of\":\"of\",\"previousMonth\":\"Previous Month\",\"nextMonth\":\"Next Month\",\"months\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],\"monthsShort\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],\"weekdays\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"weekdaysShort\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"weekdaysMin\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"recaptchaConsentMissing\":\"reCaptcha validation couldn&#039;t load.\",\"recaptchaMissingCookie\":\"reCaptcha v3 validation couldn&#039;t load the cookie needed to submit the form.\",\"recaptchaConsentEvent\":\"Accept reCaptcha cookies before sending the form.\",\"currency_symbol\":\"\",\"beforeForm\":\"\",\"beforeFields\":\"\",\"afterFields\":\"\",\"afterForm\":\"\"};form.fields=[{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":1,\"idAttribute\":\"id\",\"label\":\"Hidden - Products\",\"type\":\"hidden\",\"key\":\"hidden_-_products_1743078973487\",\"default\":\"{querystring:products}\",\"admin_label\":\"\",\"drawerDisabled\":false,\"field_label\":\"Hidden - Products\",\"field_key\":\"hidden_-_products_1743078973487\",\"id\":86,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"label_pos\":\"above\",\"parentType\":\"hidden\",\"element_templates\":[\"hidden\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap-no-label\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":2,\"idAttribute\":\"id\",\"label\":\"Hidden - Title\",\"type\":\"hidden\",\"key\":\"hidden_-_title_1743081959040\",\"default\":\"{querystring:title}\",\"admin_label\":\"\",\"drawerDisabled\":false,\"field_label\":\"Hidden - Title\",\"field_key\":\"hidden_-_title_1743081959040\",\"id\":87,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"label_pos\":\"above\",\"parentType\":\"hidden\",\"element_templates\":[\"hidden\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap-no-label\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":3,\"idAttribute\":\"id\",\"label\":\"First Name\",\"type\":\"textbox\",\"key\":\"first_name_1742830231763\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"First Name\",\"field_key\":\"first_name_1742830231763\",\"id\":77,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":4,\"idAttribute\":\"id\",\"label\":\"Last Name\",\"type\":\"textbox\",\"key\":\"last_name_1742830238367\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"Last Name\",\"field_key\":\"last_name_1742830238367\",\"id\":78,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":5,\"idAttribute\":\"id\",\"label\":\"Email\",\"type\":\"email\",\"key\":\"email_1742830598645\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"custom_name_attribute\":\"email\",\"personally_identifiable\":1,\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"Email\",\"field_key\":\"email_1742830598645\",\"id\":79,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"email\",\"element_templates\":[\"email\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":6,\"idAttribute\":\"id\",\"label\":\"Phone\",\"type\":\"phone\",\"key\":\"phone_1742830614133\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"phone\",\"personally_identifiable\":1,\"value\":\"\",\"field_label\":\"Phone\",\"field_key\":\"phone_1742830614133\",\"id\":80,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"tel\",\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":7,\"idAttribute\":\"id\",\"label\":\"Zip\",\"type\":\"zip\",\"key\":\"zip_1742830636992\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"zip\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":\"\",\"field_label\":\"Zip\",\"field_key\":\"zip_1742830636992\",\"id\":81,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"zip\",\"element_templates\":[\"zip\",\"textbox\",\"input\",\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":8,\"idAttribute\":\"id\",\"label\":\"House Number\",\"type\":\"textbox\",\"key\":\"house_number_1742830775726\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"House Number\",\"field_key\":\"house_number_1742830775726\",\"id\":82,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":9,\"idAttribute\":\"id\",\"label\":\"Street\",\"type\":\"textbox\",\"key\":\"street_1742830770688\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"Street\",\"field_key\":\"street_1742830770688\",\"id\":83,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":10,\"idAttribute\":\"id\",\"label\":\"City\",\"type\":\"textbox\",\"key\":\"city_1742830786053\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"City\",\"field_key\":\"city_1742830786053\",\"id\":84,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":11,\"idAttribute\":\"id\",\"label\":\"Country\",\"type\":\"textbox\",\"key\":\"country_1742830799671\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"field_label\":\"Country\",\"field_key\":\"country_1742830799671\",\"id\":85,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":12,\"idAttribute\":\"id\",\"label\":\"Home Type \",\"type\":\"textbox\",\"key\":\"home_type_1745846589976\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":false,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":88,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":13,\"idAttribute\":\"id\",\"label\":\"Solar Panels Installed\",\"type\":\"textbox\",\"key\":\"solar_panels_installed_1745846634456\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":false,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":89,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":14,\"idAttribute\":\"id\",\"label\":\"Installation Timeline\",\"type\":\"textbox\",\"key\":\"installation_timeline_1745846649944\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":90,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":15,\"idAttribute\":\"id\",\"label\":\"Electricity Usage\",\"type\":\"textbox\",\"key\":\"electricity_usage_1745846660552\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":false,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":91,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":16,\"idAttribute\":\"id\",\"label\":\"Energy Users\",\"type\":\"textbox\",\"key\":\"energy_users_1745846674745\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":false,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":92,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":17,\"idAttribute\":\"id\",\"label\":\"Battery Reason\",\"type\":\"textbox\",\"key\":\"battery_reason_1745846684584\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":false,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":93,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":18,\"idAttribute\":\"id\",\"label\":\"Assigned Collection:\",\"type\":\"textbox\",\"key\":\"assigned_collection_1746019744708\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"desc_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"assigned-collection\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":109,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":19,\"idAttribute\":\"id\",\"label\":\"Collection Intro Text\",\"type\":\"textbox\",\"key\":\"collection_intro_text\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"desc_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"collection-intro-text\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":110,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":20,\"idAttribute\":\"id\",\"label\":\"Collection Intro Image Url\",\"type\":\"textbox\",\"key\":\"collection-intro-image-url\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"desc_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"Collection-Intro-Image-Url\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":112,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":21,\"idAttribute\":\"id\",\"label\":\"Collection Intro Brochure Url\",\"type\":\"textbox\",\"key\":\"collection_intro_brochure_url\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"desc_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"collection-brochure-url\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":111,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":22,\"idAttribute\":\"id\",\"label\":\"Your Message\",\"type\":\"textbox\",\"key\":\"your_message\",\"label_pos\":\"above\",\"required\":1,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":179,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":23,\"idAttribute\":\"id\",\"label\":\"Has Solar Date\",\"type\":\"textbox\",\"key\":\"has_solar_date\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":180,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":24,\"idAttribute\":\"id\",\"label\":\"Has Message\",\"type\":\"textbox\",\"key\":\"has-message\",\"label_pos\":\"above\",\"required\":0,\"default\":\"\",\"placeholder\":\"\",\"container_class\":\"\",\"element_class\":\"\",\"input_limit\":\"\",\"input_limit_type\":\"characters\",\"input_limit_msg\":\"Character(s) left\",\"manual_key\":true,\"admin_label\":\"\",\"help_text\":\"\",\"mask\":\"\",\"custom_mask\":\"\",\"custom_name_attribute\":\"\",\"personally_identifiable\":\"\",\"value\":\"\",\"drawerDisabled\":false,\"id\":181,\"beforeField\":\"\",\"afterField\":\"\",\"parentType\":\"textbox\",\"element_templates\":[\"textbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":25,\"idAttribute\":\"id\",\"label\":\"Marketing consent\",\"type\":\"checkbox\",\"key\":\"checkbox_1749550444351\",\"label_pos\":\"right\",\"required\":1,\"container_class\":\"\",\"element_class\":\"\",\"manual_key\":\"\",\"admin_label\":\"\",\"help_text\":\"\",\"default_value\":\"checked\",\"checked_value\":\"Checked\",\"unchecked_value\":\"Unchecked\",\"checked_calc_value\":\"\",\"unchecked_calc_value\":\"\",\"drawerDisabled\":\"\",\"saved\":false,\"nicename\":\"Marketing consent\",\"field_label\":\"Marketing consent\",\"field_key\":\"marketing_consent_1749548111736\",\"id\":210,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"parentType\":\"checkbox\",\"element_templates\":[\"checkbox\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap\"},{\"objectType\":\"Field\",\"objectDomain\":\"fields\",\"editActive\":false,\"order\":26,\"idAttribute\":\"id\",\"processing_label\":\"Processing\",\"container_class\":\"\",\"element_class\":\"\",\"wrap_styles_background-color\":\"\",\"wrap_styles_border\":\"\",\"wrap_styles_border-style\":\"\",\"wrap_styles_border-color\":\"\",\"wrap_styles_color\":\"\",\"wrap_styles_height\":\"\",\"wrap_styles_width\":\"\",\"wrap_styles_font-size\":\"\",\"wrap_styles_margin\":\"\",\"wrap_styles_padding\":\"\",\"wrap_styles_display\":\"\",\"wrap_styles_float\":\"\",\"wrap_styles_show_advanced_css\":0,\"wrap_styles_advanced\":\"\",\"label_styles_background-color\":\"\",\"label_styles_border\":\"\",\"label_styles_border-style\":\"\",\"label_styles_border-color\":\"\",\"label_styles_color\":\"\",\"label_styles_height\":\"\",\"label_styles_width\":\"\",\"label_styles_font-size\":\"\",\"label_styles_margin\":\"\",\"label_styles_padding\":\"\",\"label_styles_display\":\"\",\"label_styles_float\":\"\",\"label_styles_show_advanced_css\":0,\"label_styles_advanced\":\"\",\"element_styles_background-color\":\"\",\"element_styles_border\":\"\",\"element_styles_border-style\":\"\",\"element_styles_border-color\":\"\",\"element_styles_color\":\"\",\"element_styles_height\":\"\",\"element_styles_width\":\"\",\"element_styles_font-size\":\"\",\"element_styles_margin\":\"\",\"element_styles_padding\":\"\",\"element_styles_display\":\"\",\"element_styles_float\":\"\",\"element_styles_show_advanced_css\":0,\"element_styles_advanced\":\"\",\"submit_element_hover_styles_background-color\":\"\",\"submit_element_hover_styles_border\":\"\",\"submit_element_hover_styles_border-style\":\"\",\"submit_element_hover_styles_border-color\":\"\",\"submit_element_hover_styles_color\":\"\",\"submit_element_hover_styles_height\":\"\",\"submit_element_hover_styles_width\":\"\",\"submit_element_hover_styles_font-size\":\"\",\"submit_element_hover_styles_margin\":\"\",\"submit_element_hover_styles_padding\":\"\",\"submit_element_hover_styles_display\":\"\",\"submit_element_hover_styles_float\":\"\",\"submit_element_hover_styles_show_advanced_css\":0,\"submit_element_hover_styles_advanced\":\"\",\"cellcid\":\"c3287\",\"field_label\":\"Submit\",\"field_key\":\"submit\",\"label\":\"Submit\",\"key\":\"submit\",\"type\":\"submit\",\"created_at\":\"2025-03-20 11:21:03\",\"admin_label\":\"\",\"id\":76,\"beforeField\":\"\",\"afterField\":\"\",\"value\":\"\",\"label_pos\":\"above\",\"parentType\":\"textbox\",\"element_templates\":[\"submit\",\"button\",\"input\"],\"old_classname\":\"\",\"wrap_template\":\"wrap-no-label\"}];nfForms.push(form);<\/script>\n        <script id=\"tmpl-nf-mp-form-content\" type=\"text\/template\">\n\t<div class=\"nf-mp-header\"><\/div>\n\t<div class=\"nf-mp-body\"><\/div>\n\t<div class=\"nf-mp-footer\"><\/div>\n<\/script>\n\n\n<script id=\"tmpl-nf-mp-header\" type=\"text\/template\">\n\t{{{ data.renderProgressBar() }}}\n\t{{{ data.renderBreadcrumbs() }}}\n\t{{{ data.renderPartTitle() }}}\n<\/script>\n<script id=\"tmpl-nf-mp-part-title\" type=\"text\/template\">\n\t<h3>\n\t\t{{{ data.title }}}\n\t<\/h3>\n<\/script>\n\n<script id=\"tmpl-nf-mp-footer\" type=\"text\/template\">\n\t{{{ data.renderNextPrevious() }}}\n<\/script>\n\n<script id=\"tmpl-nf-mp-next-previous\" type=\"text\/template\">\n\t<ul class=\"nf-next-previous\">\n\t\t<# if ( data.showPrevious ) { #>\n\t\t<li class=\"nf-previous-item\">\n\t\t\t<input type=\"button\" class=\"nf-previous\" value=\"{{{ data.prevLabel }}}\" \/>\n\t\t<\/li>\n\t\t<# } #>\n\n\t\t<# if ( data.showNext ) { #>\n\t\t<li class=\"nf-next-item\">\n\t\t\t<input type=\"button\" class=\"nf-next\" value=\"{{{ data.nextLabel }}}\" \/>\n\t\t<\/li>\n\t\t<# } #>\n\t<\/ul>\n<\/script>\n\n<script id=\"tmpl-nf-mp-breadcrumbs\" type=\"text\/template\">\n\t<ul class=\"nf-breadcrumbs\">\n\t\t<# _.each( data.parts, function( part, index ) { #>\n\t\t<li class=\"{{{ ( data.currentIndex == index ) ? 'active' : '' }}} {{{ ( part.errors ) ? 'errors' : '' }}}\">\n\t\t\t<a href=\"#\" class=\"nf-breadcrumb\" data-index=\"{{{ index }}}\">{{{ ( part.errors ) ? '' : '' }}} {{{ part.title }}}<\/a>\n\t\t<\/li>\n\t\t<# } ); #>\n\t<\/ul>\n<\/script>\n\n<script id=\"tmpl-nf-mp-progress-bar\" type=\"text\/template\">\n    <div class=\"nf-progress-container\">\n        <div class=\"nf-progress\" style=\"width: {{{ data.percent }}}%;\"><\/div>\n    <\/div>\n<\/script>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59a818d elementor-invisible elementor-widget elementor-widget-html\" data-id=\"59a818d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Multi-Step Form<\/title>\n\n  <style>\n  \n    input[type=\"checkbox\"]:checked {\n    font-weight : bold !important;\n    border: #ffffff00 0px solid!important;\n    box-shadow: 0px 0px 0px #ffffff00!important;\n}\n  \ninput#energy-usage {\n    background-color: #ffffff00 !important;\n    color: #ffffff !important;\n    border: #ffffff 2px solid !important;\n}\n  \n#electricity-usage-options > label:nth-child(4) {\n    grid-column: 1 \/ -1;\n    display: flex;\n    flex-wrap: nowrap;\n    justify-content: center;\n    flex-direction: column;\n    padding: 50px;\n    gap: 0px;\n}\n  \n  #when-will-solar {\n    opacity: 0;\n    max-height: 0;\n    overflow: visible;\n    transition: opacity 0.5s ease, max-height 0.5s ease;\n  }\n\n  #when-will-solar.show {\n    opacity: 1;\n    max-height: 500px; \/* Large enough to show content *\/\n  }\n  \n  .form-container {\n    color: white !important;\n    margin: auto;\n    padding: 2rem;\n    background-color: #00000060;\n}\n  \ninput:checked {\n  accent-color: #44E8AF;\n  font-weight: bold;\n}\n\ninput:hover {\n  accent-color: hsl(159, 78%, 59%);\n  font-weight: bold;\n}\n\ninput[type=radio] {\n    border: 0px;\n    width: 100%;\n    height: 2em;\n    display: none;\n    \n}\n\ninput[type=checkbox] {\n    border: 0px;\n    width: 100%;\n    height: 2em;\n    display: none;\n}\n\n        #address-fields {\n            display: block; \n        }\n\n.h-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    align-content: flex-end;\n    flex-wrap: nowrap;\n    flex-direction: row;\n    gap: 40px;\n}\n\nul {\n    font-size: 12px;\n}\n\n#electricity-usage-options > label:nth-child(1), #electricity-usage-options > label:nth-child(2), #electricity-usage-options > label:nth-child(3) {\n    height: 350px;\n    display: flex;\n    flex-direction: column;\n    flex-wrap: wrap;\n    justify-content: center;\n}\n\n@media only screen and (max-width:65em) { \n\n  p.help-text {\n    width: 100%!important;\n}}\n\n@media only screen and (max-width:48em) { \n\n  p.help-text {\n    width: 100%!important;\n}\n\t\n\t.h-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    align-content: flex-end;\n    flex-wrap: nowrap;\n    flex-direction: coloum;\n    gap: 40px;\n}\n\t\n}\n\n        .h-row:nth-child(1) {\n            margin-top: 20px!important;\n        }\n\n        .form-group {\n            margin-bottom: 15px;\n            width: -webkit-fill-available;\n        }\n\n        input, textarea#your-message, select {\n            background-color:  #000000bd!important;\n            color: #ffffff !important;\n\n        }\n        \n        input::placeholder, textarea#your-message::placeholder {   \n            color: #ffffff !important;\n        }\n            \n#custom-submit {\n    background-color: #44E8AF !important;\n    color: #000000 !important;\n    width: 390px;\n}\n \ninput:-webkit-autofill,\ninput:autofill {\n  background-color: #000000bd!important;\n  color: #ffffff !important;\n            border-radius: 5px !important;\n            border: 1.5px solid #ffffff !important;\n}\n\ninput, textarea#your-message, select {\n            background-color:  #000000bd!important;\n            color: #ffffff !important;\n\n        }\n\n        input:-internal-autofill-selected {\n    appearance: menulist-button;\n    background-image: none !important;\n    background-color: #000000bd!important;\n    color: #ffffff !important;\n}\n\n    <\/style>\n  \n  <style>\n    .form-container {\n      color: white !important;\n      margin: auto;\n      padding: 2rem;\n    }\n\n  .form-title {\n    color: #44E8AF !important;\n    font-size: 35px !important;\n    font-weight: 300;\n}\n\np.help-text {\n    width: 500px;\n}\n\n    label.radio-option {\n    display: flex;\n    flex-direction: column-reverse;\n    flex-wrap: wrap;\n    justify-content: center;\n    align-items: center;\n    align-content: center;\n    background-color: #000000bd!important;\n    width: 100%;\n    max-width: 100%;\n    padding: 0px;\n    height: 200px;\n    font-size: 21px;\n}\n\n    label.radio-option:hover {\n       font-weight: bold;\n       border: #2ADD9E 2px solid;\n    }\n\n    label.radio-option:hover .h4 {\n      color: #2ADD9E;\n    }\n    \n    input[type=\"radio\"]:checked {\n   font-weight: bold!important;\n    border: #2ADD9E 2px solid;\n       box-shadow : 2px 2px 18px #2ADD9E;\n}\n\n   input[type=\"checkbox\"]:checked {\n   font-weight: bold!important;\n    border: #2ADD9E 2px solid;\n       box-shadow : 2px 2px 18px #2ADD9E;\n}\n\n    .radio-option:checked {\n   font-weight: bold!important;\n    border: #2ADD9E 2px solid;\n    box-shadow : 2px 2px 18px #2ADD9E;\n}\n    \n     label.radio-option:active {\n      font-weight: bold;\n      border: #2ADD9E 2px solid;\n        box-shadow : 2px 2px 18px #2ADD9E;\n    }\n    \n    .radio-option:has(input[type=\"radio\"]:checked) { \n    font-weight: bold;\n      border: #2ADD9E 2px solid;\n         box-shadow : 2px 2px 18px #2ADD9E;\n}\n\n  .radio-option:has(input[type=\"checkbox\"]:checked) { \n    font-weight: bold;\n      border: #2ADD9E 2px solid;\n         box-shadow : 2px 2px 18px #2ADD9E;\n}\n \n    label.radio-option {\n    display: flex;\n    flex-direction: column-reverse;\n    flex-wrap: nowrap;\n    justify-content: center;\n    gap: 20px;\n    align-items: center;\n    align-content: center;\n    margin-right: 10px;\n    margin-left: 10px;\n    background-color: #D9D9D950;\n    width: 100%;\n    max-width: 100%;\n    padding : 20px;\n    height: 200px;\n}\n\n.radio-group {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr); \/* 3 columns *\/\n  grid-template-rows: repeat(2, auto);   \/* 2 rows *\/\n  gap: 5px; \/* spacing between items *\/\n  margin-top: 1rem;\n  margin-bottom: 1rem;\n}\n\n    .radio-group-alt {    \n      padding-bottom: 30px;\n      padding-top: 30px;\n      display: flex;\n      flex-direction: row;\n      flex-wrap: nowrap;\n      align-content: center;\n      justify-content: start;\n      align-items: center;\n      gap: 20px !important;\n    }\n    \n\n    .progress-bar {\n      display: flex;\n      margin-bottom: 2rem;\n      justify-content: space-between;\n      border-radius: 32px;\n    }\n\n    .step {\n      width: 100%;\n      height: 8px;\n      background: #ddd;\n      margin: -2px;\n      padding: 0px;\n      border-radius: 32px;\n      overflow: hidden;\n    }\n\n    .step.active::before {\n      content: \"\";\n      display: block;\n      height: 100%;\n      background: #44E8AF;\n      animation: fill 0.3s ease-in forwards;\n    }\n    \n        input#consent {\n    font-size: large;\n    height: 30px;\n    margin-right: 10px;\n    display: inline-block;\n}\n\n    @keyframes fill {\n      from {\n        width: 0;\n      }\n\n      to {\n        width: 100%;\n      }\n    }\n\n    .form-step {\n      display: none;\n    }\n\n    .form-step.active {\n      display: block;\n    }\n\n    .buttons {\n      margin-top: 2rem;\n      display: flex;\n      justify-content: space-between;\n    }\n\n    button {\n      background-color: #45e8af;\n      font-weight: 600;\n      padding: 10px;\n      fill: #000000;\n      color: #000000;\n      border-style: solid;\n      border-width: 1px 1px 1px 1px;\n      border-color: #45e8af;\n      cursor: pointer;\n    }\n\n    button[disabled] {\n      background: #aaa;\n      cursor: not-allowed;\n    }\n    \n    h3.question {\n    font-size: 30px;\n    font-weight: 300;\n}\n    \n    \n  <\/style>\n<\/head>\n\n<body>\n\n  <div class=\"form-container\">\n    <div class=\"progress-bar\">\n      <div class=\"step\" id=\"step-1\"><\/div>\n      <div class=\"step\" id=\"step-2\"><\/div>\n      <div class=\"step\" id=\"step-3\"><\/div>\n      <div class=\"step\" id=\"step-4\"><\/div>\n      <div class=\"step\" id=\"step-5\"><\/div>\n    <\/div>\n\n    <form id=\"multiStepForm\">\n      <!-- Intro card -->\n\n \n      <div class=\"form-step active\">\n\n        <h2 class=\"form-title\">Let's power your home smarter.<\/h2>\n\n        <p class=\"help-text\">Tell us a bit about your setup and energy goals\u2014we'll use your answers to recommend the right GivEnergy system, tailored just for you.\n\n            It only takes 2 minutes, and there's no obligation. Just helpful, personalised advice to get you started.<\/p>\n      <\/div>\n      \n<!-- Step 1 -->\n<div class=\"form-step\">\n\n  <h2 class=\"form-title\">Let's get to know your home<\/h2>\n\n  <p class=\"help-text\">We ask this to recommend the right system size and configuration based on your property\n    type.<\/p>\n\n  <h3 class=\"question\" id=\"home-type-question\">What kind of home do you live in?<\/h3>\n\n  <div class=\"radio-group\" id=\"home-type-options\">\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"home-type\" value=\"detached\" required>\n      Detached\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-12.svg\" alt=\"Detached\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"home-type\" value=\"semi-detached\">\n      Semi-detached\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-11.svg\" alt=\"Semi-detached\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"home-type\" value=\"terraced\">\n      Terraced\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-1.svg\" alt=\"Terraced\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"home-type\" value=\"bungalow\">\n      Bungalow\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-3.svg\" alt=\"Bungalow\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"home-type\" value=\"flat\">\n      Flat\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-2.svg\" alt=\"Flat\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"home-type\" value=\"other\" class=\"image-choice\">\n      Other\n    <\/label>\n  <\/div>\n\n  <h3 class=\"question\" id=\"solar-panels-question\">Do you currently have solar panels installed?<\/h3>\n\n  <div class=\"radio-group\" id=\"solar-panels-options\">\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"solar-panels\" value=\"yes\" required>\n      <span>Yes<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"solar-panels\" value=\"no\">\n      <span>No<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"solar-panels\" value=\"not-yet\">\n      <span>Not yet<\/span>\n    <\/label>\n  <\/div>\n\n  <div id=\"when-will-solar\">\n    <h3 class=\"question\">When do you think that\u2019ll be?<\/h3>\n    <div class=\"radio-group\">\n      <label class=\"radio-option\">\n        <input type=\"radio\" name=\"solar-timing\" value=\"0-6 months\">\n        <span>0 \u2013 6 months<\/span>\n      <\/label>\n      <label class=\"radio-option\">\n        <input type=\"radio\" name=\"solar-timing\" value=\"6-12 months\">\n        <span>6 \u2013 12 months<\/span>\n      <\/label>\n      <label class=\"radio-option\">\n        <input type=\"radio\" name=\"solar-timing\" value=\"12+ months\">\n        <span>12+ months<\/span>\n      <\/label>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n\n\n<!-- Step 3 -->\n<div class=\"form-step\">\n\n  <h2 class=\"form-title\">Help us estimate your energy needs<\/h2>\n\n  <p class=\"help-text\">This helps us tailor a battery system that works with your current or future solar energy setup.<\/p>\n\n  <h3 class=\"question\" id=\"electricity-usage-question\">Roughly how much electricity does your home use per year?<\/h3>\n\n  <div class=\"radio-group\" id=\"electricity-usage-options\">\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"electricity-usage\" value=\"1800kWh-2500kWh\" required>\n      <span>Low consumption homes<\/span>\n      <h4>1,800kWh - 2,500kWh<\/h4>\n      <ul>\n        <li>Smaller (1 or 2 bedrooms)<\/li>\n        <li>Regularly empty on weekdays<\/li>\n        <li>Newer (1970+)<\/li>\n      <\/ul>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"electricity-usage\" value=\"2600kWh-3600kWh\" required>\n      <span>Medium consumption homes<\/span>\n      <h4>2,600kWh - 3,600kWh<\/h4>\n      <ul>\n        <li>Have around 3 bedrooms<\/li>\n        <li>Have 3-5 occupants<\/li>\n        <li>May have people home during the day<\/li>\n      <\/ul>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"electricity-usage\" value=\"3700kWh-5000kWh\" required>\n      <span>High consumption homes<\/span>\n      <h4>3,700kWh - 5000kWh<\/h4>\n      <ul>\n        <li>Are larger (4 or more bedrooms)<\/li>\n        <li>May be older (pre 1970s)<\/li>\n        <li>Need a lot of heating<\/li>\n      <\/ul>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"radio\" name=\"electricity-usage\" value=\"user-entered\" required>\n      <h4>Enter Manually if you know your own energy consumption<\/h4>\n      <div class=\"form-group\">\n        <label for=\"electricity-usage\">Annual Energy usage in kWh:<\/label>\n        <input type=\"number\" id=\"energy-usage\" placeholder=\"Eg. 2000 kWh\" required>\n      <\/div>\n\n    <\/label>\n\n  <\/div>\n  \n  <h3 class=\"question\" id=\"energy-users-question\">What energy users do you have?<\/h3>\n\n  <div class=\"radio-group\" id=\"energy-users-options\">\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"energy-users\" value=\"heat-pump\">\n      <span>Heat Pump<\/span>\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-4.svg\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"energy-users\" value=\"electric-heating-system\">\n      <span>Electric heating system<\/span>\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-5.svg\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"energy-users\" value=\"electric-vehicle\">\n      <span>Electric vehicle(s)<\/span>\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-6.svg\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"energy-users\" value=\"hot-tub-or-pool\">\n      <span>Hot tub \/ pool<\/span>\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-7.svg\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"energy-users\" value=\"home-ev-charger\">\n      <span>Home EV charger<\/span>\n      <img decoding=\"async\" src=\"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/GivEnergy-User-Journey-Icons-8.svg\">\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"energy-users\" value=\"none-of-the-above\">\n      <span>None of the above<\/span>\n    <\/label>\n  <\/div>\n\n<\/div>\n\n\n\n<!-- Step 5 -->\n<div class=\"form-step\">\n  \n  <h2 class=\"form-title\">What matters most to you in a home battery?<\/h2>\n\n  <p class=\"help-text\">Everyone's reason for going solar is different. Your answer helps us match you with the right system based on your goals.<\/p>\n\n  <h3 class=\"question\" id=\"battery-reason-question\">What are the top 1-2 reasons you're considering a battery system?<\/h3>\n\n  <div class=\"radio-group\" id=\"battery-reason-options\">\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"battery-reason\" value=\"Cutting down on energy bills\">\n      <span>Cutting down on energy bills<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"battery-reason\" value=\"Staying-powered-during-outages\">\n      <span>Staying powered during outages<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"battery-reason\" value=\"Gaining-more-energy-independence\">\n      <span>Gaining more energy independence<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"battery-reason\" value=\"Using-more-of-my-solar-energy\">\n      <span>Using more of my solar energy<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"battery-reason\" value=\"Lowering my carbon footprint\">\n      <span>Lowering my carbon footprint<\/span>\n    <\/label>\n\n    <label class=\"radio-option\">\n      <input type=\"checkbox\" name=\"battery-reason\" value=\"other\">\n      <span>Other<\/span>\n    <\/label>\n  <\/div>\n<\/div>\n\n<!-- Step 6 -->\n<div class=\"form-step\">\n\n  <h2 class=\"form-title\">Where should we send your tailored recommendation?<\/h2>\n\n  <p class=\"help-text\">Once we understand your needs, we'll match you with a GivEnergy system that suits your home and get in touch with a personalised quote.<\/p>\n\n  <div class=\"hidden-collection-fields\" style=\"display:none\">\n\n   <div class=\"form-group\">\n  <label for=\"collection-name\">Assigned Collection:<\/label>\n  <input type=\"text\" id=\"collection-name\" name=\"collection-name\" value=\"no collection found\">\n<\/div>\n\n   <div class=\"form-group\">\n  <label for=\"collection-intro-text\">Assigned Collection Intro Text:<\/label>\n<input type=\"text\" id=\"collection-intro-text\" name=\"collection-intro-text\">\n<\/div>\n\n   <div class=\"form-group\">\n  <label for=\"collection-image-url\">Assigned Image URL<\/label>\n<input type=\"text\" id=\"collection-image-url\" name=\"collection-image-url\">\n<\/div>\n\n   <div class=\"form-group\">\n  <label for=\"collection-brochure-url\">Assigned Collection URL<\/label>\n<input type=\"text\" id=\"collection-brochure-url\" name=\"collection-brochure-url\">\n<\/div>\n<\/div>\n\n    <div class=\"form-group\">\n        <label for=\"first-name\">First Name:<\/label>\n        <input type=\"text\" id=\"first-name\" placeholder=\"First Name\">\n      <\/div>\n    \n    <div class=\"form-group\">\n      <label for=\"last-name\">Last Name:<\/label>\n      <input type=\"text\" id=\"last-name\" placeholder=\"Last Name\">\n    <\/div>\n  \n\n    <div class=\"form-group\">\n      <label for=\"email-address\">Email Address:<\/label>\n      <input type=\"email\" id=\"email-address\" placeholder=\"Email Address\">\n    <\/div>\n\n    <div class=\"form-group\">\n      <label for=\"phone\">Phone:<\/label>\n      <input type=\"tel\" id=\"phone\" placeholder=\"Phone number\">\n    <\/div>\n\n    <div class=\"form-group\">\n      <label for=\"country\">Country:<\/label>\n      <select id=\"country\" required>\n      <option value=\"\" disabled selected>Select your country<\/option>\n      <option value=\"UK\">United Kingdom<\/option>\n      <option value=\"Germany\">Germany<\/option>\n      <option value=\"Netherlands\">Netherlands<\/option>\n      <option value=\"AU\">Australia<\/option>\n      <option value=\"Other\">Other<\/option>\n      <\/select>\n    <\/div>\n\n    <div class=\"form-group\">\n        <label for=\"postcode\">Enter your postcode<\/label>\n        <input type=\"text\" id=\"postcode\" placeholder=\"Zip Code e.g. E1 6AN\" required>\n        <span id=\"postcode-error\" style=\"color: red; display: none;\">\n          Please enter a valid, full zip code (e.g. E1 6AN)\n        <\/span>\n      <\/div>\n  \n      <!-- Hide address fields initially -->\n      <div id=\"address-fields\">\n\n        <div class=\"h-row\">\n\n          <div class=\"form-group\">\n            <label for=\"house-number\">House Number:<\/label>\n            <input type=\"text\" id=\"house-number\" placeholder=\"House number\">\n          <\/div>\n\n          <div class=\"form-group\">\n            <label for=\"street\">Street:<\/label>\n            <input type=\"text\" id=\"street\" placeholder=\"Street name\">\n          <\/div>\n\n        <\/div>\n\n        <div class=\"h-row\">\n\n          <div class=\"form-group\">\n            <label for=\"city\">City:<\/label>\n            <input type=\"text\" id=\"city\" placeholder=\"City\">\n          <\/div>\n        <\/div>\n        \n    \n          <div class=\"form-group\">\n             <label for=\"your-message\">Your Message to GivEnergy Team<\/label>\n         <textarea id=\"your-message\" name=\"your-message\" rows=\"5\" cols=\"33\" placeholder=\"To help us match you with the right team, please let us know what you\u2019re looking for: a new GivEnergy system installation, additional batteries or accessories for an existing system, or support with a repair. This helps ensure you\u2019re connected to the right installer or GivEnergy service expert.\">\n<\/textarea>\n\n          <\/div>\n          \n    \n          <div class=\"form-group\">\n  <label style=\"display: flex; align-items: flex-start; gap: 10px;\">\n    <input type=\"checkbox\" id=\"consent\" name=\"consent\" required style=\"margin-top: 3px; width: 100px;\">\n    <span>\n      By clicking, I consent to GivEnergy and its Certified Installers contacting me about products, services, and events via email, phone, and post. For more information about how we handle your data, please see our <a href=\"https:\/\/givenergy.co.uk\/privacy-policy\" target=\"_blank\">Privacy Policy<\/a>.\n    <\/span>\n  <\/label>\n<\/div>      \n\n        <\/div> <\/div>\n        \n\n        <div class=\"buttons\">\n          <button type=\"button\" id=\"prevBtn\">Previous<\/button>\n          <button type=\"button\" id=\"nextBtn\">Next<\/button>\n        <\/div>\n    <\/form>\n  <\/div>\n  \n<script>\n  const steps = document.querySelectorAll(\".form-step\");\n  const progressSteps = document.querySelectorAll(\".step\");\n  let currentStep = 0;\n\n  const updateFormSteps = () => {\n    steps.forEach((step, index) => {\n      step.classList.toggle(\"active\", index === currentStep);\n    });\n\n    progressSteps.forEach((step, index) => {\n      step.classList.toggle(\"active\", index <= currentStep);\n    });\n\n    document.getElementById(\"prevBtn\").disabled = currentStep === 0;\n    const nextBtn = document.getElementById(\"nextBtn\");\n    nextBtn.textContent =\n      currentStep === steps.length - 1 ? \"Get My Personalised Recommendation\" : \"Next\";\n    nextBtn.disabled = !isStepValid(currentStep);\n\n    if (currentStep === steps.length - 1 && typeof assignCollectionName === 'function') {\n      assignCollectionName();\n    }\n\n    updateSolarFieldValue(); \/\/ persist #nf-field-180 value on step change\n\n    window.scrollTo({ top: 0, behavior: \"smooth\" });\n  };\n\nconst isStepValid = (stepIndex) => {\n  const step = steps[stepIndex];\n  let valid = true;\n\n  const radioNames = new Set();\n\n  step.querySelectorAll(\"input\").forEach(input => {\n    const type = input.type;\n    const name = input.name;\n\n    \/\/ Skip solar-timing validation if not visible\n    if (name === \"solar-timing\") {\n      const whenSolar = document.getElementById(\"when-will-solar\");\n      if (!whenSolar.classList.contains(\"show\")) return;\n    }\n\n    \/\/ Skip energy-usage validation unless \"user-entered\" is selected\n    if (input.id === \"energy-usage\") {\n      const userEnteredSelected = document.querySelector('input[name=\"electricity-usage\"][value=\"user-entered\"]:checked');\n      if (!userEnteredSelected) return;\n    }\n\n    \/\/ Only validate unique radio\/checkbox groups once\n    if ((type === \"radio\" || type === \"checkbox\") && name) {\n      if (radioNames.has(name)) return;\n      radioNames.add(name);\n      const group = step.querySelectorAll(`input[name=\"${name}\"]`);\n      const isChecked = Array.from(group).some(i => i.checked);\n      if (!isChecked) valid = false;\n    } else if (input.hasAttribute(\"required\")) {\n      if (!input.value.trim()) valid = false;\n    }\n  });\n\n  return valid;\n};\n\n  const updateNextButtonState = () => {\n    const nextBtn = document.getElementById(\"nextBtn\");\n    nextBtn.disabled = !isStepValid(currentStep);\n  };\n\n  document.querySelectorAll(\"input\").forEach(input => {\n    input.addEventListener(\"change\", () => {\n      updateNextButtonState();\n      if (input.name === \"solar-panels\") updateSolarFieldValue();\n    });\n    input.addEventListener(\"input\", updateNextButtonState);\n  });\n\n  document.getElementById(\"nextBtn\").addEventListener(\"click\", () => {\n    if (!isStepValid(currentStep)) return;\n\n    if (currentStep < steps.length - 1) {\n      currentStep++;\n      updateFormSteps();\n    } else {\n      if (typeof assignCollectionName === 'function') {\n        assignCollectionName();\n      }\n\n      setTimeout(() => {\n        const ninjaSubmitBtn = document.querySelector(\"#nf-field-76\");\n        if (ninjaSubmitBtn) {\n          ninjaSubmitBtn.click();\n        } else {\n          console.warn(\"Ninja Forms submit button #nf-field-76 not found.\");\n        }\n      }, 100);\n    }\n  });\n\n  document.getElementById(\"prevBtn\").addEventListener(\"click\", () => {\n    if (currentStep > 0) {\n      currentStep--;\n      updateFormSteps();\n    }\n  });\n\n  updateFormSteps(); \/\/ initialize\n<\/script>\n\n<script>\n    document.querySelectorAll('input[name=\"solar-timing\"]').forEach(input => {\n      input.removeAttribute('required');\n    });\n    <\/script>\n\n<script>\n    \/\/ Unified handler for solar panel selection logic\n    function handleSolarPanelSelection(value) {\n      const whenSolar = document.getElementById('when-will-solar');\n      const ninjaField180 = jQuery('#nf-field-180');\n  \n      if (value === \"not-yet\") {\n        whenSolar.classList.add(\"show\");\n        ninjaField180.val('block').trigger('change');\n      } else {\n        whenSolar.classList.remove(\"show\");\n  \n        \/\/ Clear selected sub-options\n        whenSolar.querySelectorAll('input[name=\"solar-timing\"]:checked').forEach(i => i.checked = false);\n        ninjaField180.val('none').trigger('change');\n  \n        \/\/ Automatically move to next step\n        document.getElementById('nextBtn').click();\n      }\n  \n      \/\/ Update the Next button state in case \"not-yet\" is chosen\n      if (typeof updateNextButtonState === 'function') {\n        updateNextButtonState();\n      }\n    }\n  \n    \/\/ Listen to changes on solar-panels radio buttons\n    document.querySelectorAll('input[name=\"solar-panels\"]').forEach(input => {\n      input.addEventListener('change', function () {\n        handleSolarPanelSelection(this.value);\n      });\n    });\n  \n    \/\/ Ensure solar-timing inputs are not required\n    document.querySelectorAll('input[name=\"solar-timing\"]').forEach(input => {\n      input.removeAttribute('required');\n    });\n  \n    \/\/ Attach same logic when Ninja Form is initialized\n    jQuery(document).on('nfFormReady', function (e, layoutView) {\n      console.log(\"Ninja Form is ready.\");\n  \n      jQuery('input[name=\"solar-panels\"]').on('change', function () {\n        handleSolarPanelSelection(this.value);\n      });\n    });\n  <\/script>\n\n<script>\n  \/\/ Conditionally require #energy-usage\n  document.querySelectorAll('input[name=\"electricity-usage\"]').forEach(radio => {\n    radio.addEventListener('change', function () {\n      const energyUsageInput = document.getElementById(\"energy-usage\");\n\n      if (this.value === \"user-entered\") {\n        energyUsageInput.setAttribute(\"required\", \"required\");\n      } else {\n        energyUsageInput.removeAttribute(\"required\");\n        energyUsageInput.value = \"\";\n      }\n\n      updateNextButtonState();\n    });\n  });\n<\/script>\n\n<script>\n  function assignCollectionName() {\n    const solarVal = document.querySelector('input[name=\"solar-panels\"]:checked')?.value || \"\";\n    const energyVals = Array.from(document.querySelectorAll('input[name=\"energy-users\"]:checked')).map(i => i.value);\n    const heavyUsers = [\"heat-pump\", \"electric-heating-system\", \"electric-vehicle\", \"hot-tub-or-pool\", \"home-ev-charger\"];\n    const hasHeavy = energyVals.some(val => heavyUsers.includes(val));\n    const hasNone = energyVals.includes(\"none-of-the-above\");\n\n    let name = \"We couldnt find a collection\";\n    let intro = \"Please contact GivEnergy to find out what collection would be suitable\";\n    let image = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/03\/Generic-Brochure-Placeholder.png\";\n    let brochure = \"https:\/\/givenergy.com\/au\/\";\n\n    if (hasHeavy) {\n      name = \"The Humber Collection\";\n      intro = \"Built for both current and future energy needs, Humber boasts high-efficiency solar conversion, real-time energy management and AI-driven optimisation to reduce energy costs.\";\n      image = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/03\/collection_Humber-HybridPlus-1024x1024.png\";\n      brochure = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/Humber-Brochure.pdf\";\n    } else if (hasNone && solarVal === \"no\") {\n      name = \"The Thames Collection\";\n      intro = \"Offering the best in compact home energy storage solution, the Thames is available in both Hybrid and AC Coupled variants to suit differing energy needs.\";\n      image = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/03\/collection_thames_hybrid_plus-1024x1024.png\";\n      brochure = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/Thames-Brochure.pdf\";\n    } else if (hasNone && (solarVal === \"yes\" || solarVal === \"not-yet\")) {\n      name = \"The Trent Collection\";\n      intro = \"Versatile setup enables the Trent to suit all energy charging preferences (grid, solar, wind and hydro) and storage needs.\";\n      image = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/03\/collection_trent_plus-1024x1024.png\";\n      brochure = \"https:\/\/givenergy.com\/au\/wp-content\/uploads\/2025\/04\/Trent-Brochure.pdf\";\n    }\n\n    \/\/ Update external inputs\n    jQuery('#collection-name').val(name);\n    jQuery('#collection-intro-text').val(intro);\n    jQuery('#collection-image-url').val(image);\n    jQuery('#collection-brochure-url').val(brochure);\n\n    \/\/ Update Ninja Forms fields directly and trigger change\n    jQuery('#nf-field-109').val(name).trigger('change');\n    jQuery('#nf-field-110').val(intro).trigger('change');\n    jQuery('#nf-field-112').val(image).trigger('change');\n    jQuery('#nf-field-111').val(brochure).trigger('change');\n\n    console.log(\"Collection fields synced to Ninja Forms.\");\n  }\n<\/script>\n\n\n<script>\ndocument.getElementById(\"energy-usage\").addEventListener(\"focus\", () => {\n  const radio = document.querySelector('input[name=\"electricity-usage\"][value=\"user-entered\"]');\n  if (radio) {\n    radio.checked = true;\n    radio.dispatchEvent(new Event('change')); \/\/ Trigger change for validation updates\n  }\n});\n<\/script>\n\n<\/body>\n\n<\/html> \n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79080e7 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"79080e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n@media (max-width: 480px) {\n    .form-container {\n        margin: auto;\n        padding: 20px;\n    }\n\n    .radio-group {\n        display: grid;\n        grid-template-columns: repeat(1, 1fr);\n        grid-template-rows: repeat(1, auto);\n        gap: 5px;\n    }\n\n    label.radio-option {\n        height: 100%;\n        width: -webkit-fill-available;\n        max-width: -webkit-fill-available;\n    }\n\n    .h-row {\n        display: flex;\n        align-items: flex-start;\n        justify-content: space-between;\n        align-content: flex-end;\n        flex-wrap: nowrap;\n        flex-direction: column;\n        gap: 0px;\n    }\n\n    .radio-group-alt {\n        display: flex;\n        flex-wrap: nowrap;\n        align-content: center;\n        justify-content: start;\n        align-items: center;\n        gap: 0px !important;\n        flex-direction: column;\n    }\n    \n    #electricity-usage-options > label:nth-child(4) {\n    padding: 20px;\n}\n    \n}\n}\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9287117 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"9287117\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n  \/\/ Validate UK phone number\n  function validatePhoneNumber(phone) {\n    const phonePattern = \/^\\+?\\d{10,12}$\/;\n    return phonePattern.test(phone);\n  }\n\n  \/\/ Validate UK email address\n  function validateEmail(email) {\n    const emailPattern = \/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$\/;\n    return emailPattern.test(email);\n  }\n\n  jQuery(document).ready(function () {\n    \/\/ Prevent \"Enter\" from submitting the form\n    jQuery(\"#postcode-form\").on(\"keypress\", function (e) {\n      if (e.which === 13) {\n        e.preventDefault();\n      }\n    });\n\n    \/\/ Custom form submission handling\n    jQuery(\"#custom-submit\").on(\"click\", function (e) {\n      e.preventDefault(); \/\/ Prevent default form submission\n\n      const phone = jQuery(\"#phone\").val().trim();\n      const email = jQuery(\"#email-address\").val().trim();\n\n      \/\/ Validate phone only if not empty\n      if (phone && !validatePhoneNumber(phone)) {\n        alert(\"Please enter a valid UK phone number (e.g. +441234567890).\");\n        return;\n      }\n\n      \/\/ Email is required\n      if (!validateEmail(email)) {\n        alert(\"Please enter a valid email address.\");\n        return;\n      }\n      \n    \/\/ Consent checkbox is required\n      if (!consentChecked) {\n        alert(\"Please confirm your consent to be contacted.\");\n        return;\n      }\n\n      \/\/ Trigger Ninja Forms submit\n      jQuery(\"#nf-field-76\").trigger(\"click\");\n    });\n  });\n<\/script>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        \/\/ Get the current URL query string\n        const urlParams = new URLSearchParams(window.location.search);\n\n        \/\/ Get the 'products' and 'title' query string values\n        const productUrl = urlParams.get('products');\n        const pageTitle = urlParams.get('title');\n\n        \/\/ If 'products' query string exists, do something with it (e.g., populate a field)\n        if (productUrl) {\n            \/\/ Example: populate a field with the product URL\n            document.getElementById(\"productUrlField\").value = decodeURIComponent(productUrl);\n        }\n\n        \/\/ If 'title' query string exists, do something with it (e.g., populate a field)\n        if (pageTitle) {\n            \/\/ Example: populate a field with the page title\n            document.getElementById(\"pageTitleField\").value = decodeURIComponent(pageTitle);\n        }\n\n        \/\/ If neither exists, you can set a fallback\/default behavior here\n        if (!productUrl && !pageTitle) {\n            console.log(\"No query string parameters found. You can set a default here.\");\n        }\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Multi-Step Form Let&#8217;s power your home smarter. Tell us a bit about your setup and energy goals\u2014we&#8217;ll use your answers to recommend the right GivEnergy system, tailored just for you. It only takes 2 minutes, and there&#8217;s no obligation. Just helpful, personalised advice to get you started. Let&#8217;s get to know your home We ask [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-9813","page","type-page","status-publish","hentry"],"blocksy_meta":{"vertical_spacing_source":"custom","content_area_spacing":"bottom","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"acf":[],"_links":{"self":[{"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/pages\/9813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/comments?post=9813"}],"version-history":[{"count":1142,"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/pages\/9813\/revisions"}],"predecessor-version":[{"id":15796,"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/pages\/9813\/revisions\/15796"}],"wp:attachment":[{"href":"https:\/\/givenergy.com\/au\/wp-json\/wp\/v2\/media?parent=9813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}