Skip to main content
The Intake form lets prospective counselees share their story before the first meeting — an eight-step wizard collected via a public link, reviewed by staff under Cases → Submissions.
Counseling intake form step one with name and contact fields

Quick Start

  1. Set your church short name slug (same as visitor registration).
  2. Share the public URL: /counsel/intake/{church-short-name}.
  3. Counselees complete eight steps at their own pace (draft autosaves in browser).
  4. On submit, the response lands in Cases → Submissions.
  5. Approve to create a Case and Counselee record.

How-to Guide

Public URL

The slug resolves via your church short name (Organization settings). No login is required — the form is intentionally public.

Eight steps

Progress is saved to localStorage per slug so applicants can return later.

Staff review

1

Submission arrives

counsel-intake-submit edge function stores the payload and optional PDF in private storage.
2

Review in Cases

Open Cases → Submissions, read the full response.
3

Approve or reject

Approval creates case + counselee; rejection archives with reason.
Intake submissions can match existing Members by email when approving — reducing duplicate person records.

Cases

Submissions tab and case creation workflow.

AdoraCounsel Overview

Dashboard and counselor setup.

Visitor Registration

Similar public slug pattern for the member portal.