{% extends "base.html" %} {% block title %}Add Lead · Dashboard{% endblock %} {% block content %} {% if error %}
❌ {{ error }}
{% endif %} {% if success == 1 %}
✅ Lead added successfully!
{% endif %}

Create record

Add new lead

Capture the essentials so your team can nurture the relationship without digging elsewhere.

Cancel
{% endblock %}