{% extends "ui/templates/base/layout.html" %} {% block content %}

Consultant Profile Domains

Create domains for consultant public profile, login and lead capture pages. Examples: abc.accountants, consultant.filingabc.com, or yourname.arrr.accountant.

{% if errors %}
{% endif %} {% if message %}
{{ message }}
{% endif %}

Create Consultant Domain

Use platform subdomains for quick setup. Use custom domains only after the consultant points DNS to your ERP server.

Used for consultant.filingabc.com.

Used for yourname.arrr.accountant.

Leave blank to auto-generate based on the selected consultant and base domain. Enter a value for custom domains.

Activation rule

Platform subdomains can be active immediately if wildcard DNS/SSL is managed by you. Custom domains should normally remain pending until DNS verification is done.

Recommended DNS

Platform: *.filingabc.com → ERP server IP/proxy
Firm brand: *.arrr.accountant → ERP server IP/proxy
Custom: abc.accountants → ERP server IP/proxy
SSL: Coolify / proxy / Cloudflare will be configured later in 7T.9.

Suggested domains

The suggestions below are generated from consultant firm name or contact person.

Consultant Domain Suggestions

{% if candidates %} {% for item in candidates %} {% endfor %}
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 %}
{% else %}
No consultants found.
{% endif %}
{% endblock %}