NBN Fibre Uplift CTA

Turn eligible LOCIDs into qualified fibre uplift leads.

This landing page is built for the exact handoff you need: validate an NBN address or LOCID, capture contact details, and push the record into Google Sheets for follow-up.

Capture Address, LOCID, name, mobile, email
Eligibility Kinetix / NBN-ready framework
Ops Google Sheet + Apps Script

Step 1

Verify the service address

Use LOCID if you already have it. Address remains mandatory so the lead lands in Google Sheets with enough context to action.

Start typing an address to look up the LOCID natively.
Select the right address result, then run the eligibility check.

Step 2

Operational workflow

01

Verify fibre uplift status

The browser posts address and LOCID to a server-side eligibility function. That keeps wholesale credentials out of the frontend.

02

Capture the lead in Google Sheets

After validation, the same form posts to a Google Apps Script webhook that appends the record to a Sheet and can trigger email notifications.

03

Work the queue from Workspace

Sales or ops can filter by eligibility, serviceability class, or access technology without needing a second CRM on day one.

Step 3

Google Workspace as the default stack.

The framework is set up so you can start with Sheets plus Apps Script now, then swap the lead endpoint for a CRM later without changing the page markup.

  • Frontend: static HTML, CSS, JS deployable on Netlify.
  • Eligibility: Netlify function proxying Kinetix/NBN checks.
  • Lead capture: Google Apps Script webhook writing to Sheets.
  • Notifications: optional Gmail trigger from Apps Script.