National Finance

×

Privacy Policy

Loan Contract

Credit Information - Authority to obtain and provide personal, financial and credit information
1. The undersigned borrower authorises National Finance to:
a) Obtain a credit report containing any personal financial & credit information in relation to the undersigned from a Credit Reporting Agency.
b) Utilise the credit report to assist in the assessment of any loan or credit application by the borrower(s).
c) Exchange personal financial and credit information in relation to the undersigned borrower with other credit providers including details of loans obtained from National Finance.
d) Inform a Credit Reporting Agency of any default in the repayment of the credit provided to the undersigned borrower(s).
e) Some of the parties with which we exchange your personal information, including our service providers and other third parties listed above, may be located outside of your country of residence.
document.addEventListener('wpcf7mailsent', function (event) { const form = event.target; const submitBtn = form.querySelector('input[type="submit"], button[type="submit"]'); if (submitBtn) { submitBtn.disabled = false; submitBtn.style.pointerEvents = 'auto'; submitBtn.style.opacity = '1'; submitBtn.value = 'Submit'; } }); // Re-enable after failed mail document.addEventListener('wpcf7mailfailed', function (event) { enableButton(event); }); // Re-enable after validation error document.addEventListener('wpcf7invalid', function (event) { enableButton(event); }); // Re-enable after spam/captcha error document.addEventListener('wpcf7spam', function (event) { enableButton(event); }); function enableButton(event) { const form = event.target; const submitBtn = form.querySelector('input[type="submit"], button[type="submit"]'); if (submitBtn) { submitBtn.disabled = false; submitBtn.style.pointerEvents = 'auto'; submitBtn.style.opacity = '1'; submitBtn.value = 'Submit'; } } }); document.addEventListener('wpcf7mailsent', function(event) { if (event.detail.status !== 'mail_sent') return; const formId = event.detail.contactFormId; const endpoint = "https://script.google.com/macros/s/AKfycbxGuDSR4xCcjqXS8uANxiUREsbkQxSNbSBWmR5xGGkxp5Nx0EhOFxT6yh-f3_2J3vJfXg/exec"; const formFields = { 14574: [ "firstname", "lastname", "employee_file_number", "contact_number", "current_loan", "loan_arrears", "preferred_time" ], 14482: [ "title", "firstname", "lastname", "dob", "employee", "employetype" ] }; if (!formFields[formId]) return; const data = {}; event.detail.inputs.forEach(function(input) { data[input.name] = input.value || ""; }); const formData = new FormData(); formData.append("secret", "MY_SUPER_SECRET_2026"); formFields[formId].forEach(function(field) { formData.append(field, data[field] || ""); }); formData.append("contact_form_id", formId); formData.append("page_url", window.location.href); fetch(endpoint, { method: "POST", body: formData }) .then(response => response.json()) .then(result => { console.log("Google Sheet Success:", result); }) .catch(error => { console.error("Google Sheet:", error); }); });
CHAT