{% extends "ui/templates/base/layout.html" %} {% block content %}
Create domains for consultant public profile, login and lead capture pages. Examples: abc.accountants, consultant.filingabc.com, or yourname.arrr.accountant.
Use platform subdomains for quick setup. Use custom domains only after the consultant points DNS to your ERP server.
The suggestions below are generated from consultant firm name or contact person.
| Consultant | Platform Domain | Firm Domain | Status |
|---|---|---|---|
|
{{ item.consultant.firm_name or item.consultant.contact_person }}
{{ item.consultant.email or 'No email configured' }}
|
{{ item.platform_domain }}
{% if item.platform_mapping %}Open mapping{% endif %}
|
{{ item.firm_domain }}
{% if item.firm_mapping %}Open mapping{% endif %}
|
{% if item.platform_mapping or item.firm_mapping %} Mapped {% else %} Not mapped {% endif %} |