{% set ld = board_lead(frappe.form_dict.get('id')) %} {% if not ld %}

Lead not available

This lead is no longer open. Browse current leads.
{% else %}
{{ ld.state_name or ld.state or 'Nationwide' }}

{{ ld.service_name or 'Investigation request' }}

Posted {{ frappe.utils.pretty_date(ld.creation) }}

{% if ld.public_summary %}

What the client needs

{{ ld.public_summary | striptags }}

{% endif %}

Members claim leads like this

Client contact details are released to the licensed member agency that claims this lead. Join El Paso Investigations for $49/year to receive and claim qualified client referrals in the states you serve.

  • Claim client leads in your service areas
  • Publish your services and static fees
  • Get listed in our public investigator directory
Become a member — $49/yr

← Back to all leads

Client names and contact details are never shown publicly. They're shared only with the licensed member agency that claims the lead.

{% endif %}