lock

AGENT & PARTNER AREA — This section is for registered estate agents and industry partners only. Not for public use.

ZigZag
menu
engineering

Lead Management Dashboard

Backend Development Required

This page is a placeholder for the backend lead management system. When a buyer completes the ZigZag Lifestyle Quiz, their data is captured as a lead. In the production version of this site:

  • check_circle Quiz completion data will be sent via API to a backend database
  • check_circle Registered agents will log in to this dashboard to view available leads
  • check_circle Leads will include: buyer name, contact details, family profile, location preferences, lifestyle preferences, property requirements, budget range, financing method, and purchase timeline
  • check_circle Agents will be able to filter, claim, and manage leads
  • check_circle The system will need: authentication, database, API endpoints, and a frontend dashboard

The front-end quiz pages (quiz-1.html through quiz-5.html) currently store data in sessionStorage and log it to the browser console on submission. A backend developer will need to replace this with actual API calls.