# Send a client form

## Overview

Client forms are used for clients who already exist in your practice. These forms are sent directly from the client profile through a secure link and can be completed before or after an appointment.&#x20;

Submitted forms appear in the client record, helping your team collect accurate information, reduce admin work, and stay organized.

> If you need to share a form with someone who is not yet a client, see [Share an intake form](/using-caspen/forms/share-an-intake-form.md).

***

## **Before you begin**

Before you begin, make sure you have a **Client form template**.\
If not, see [Set up form templates](/using-caspen/settings/templates/set-up-form-templates.md)**.**

***

## **How to send a form to a client**

1. Go to **Clients** and open the client you want to send a form to.
2. Scroll to the **Forms** section and click **Create form**.

<figure><img src="/files/JzHn4g5TcmcDJdFkb297" alt="" width="563"><figcaption></figcaption></figure>

3. Select the Form template you want to use.

* Select the Location (optional).
* **Client fields**
  * **Prefill**: Automatically fill client details already stored in Caspen.
  * **Override**: Replaces existing data with any updated details submitted in the form (the client’s name is never replaced).

If Override is **off**, clients can enter new details, but their profile will not update automatically. This allows practitioners to review any differences and update the client profile manually if needed.

<figure><img src="/files/04U1TzcRR0NeRXZuTVHq" alt=""><figcaption></figcaption></figure>

4. Click **Create**.

<figure><img src="/files/DrD7TGfvq4WgsyUprX0C" alt=""><figcaption></figcaption></figure>

5. Click **Send form.**

<figure><img src="/files/Tt9sj2pnWbaqVmRviDrN" alt=""><figcaption></figcaption></figure>

6. Enter the client’s name or email in the **Send to** field, then click **Send**.\
   The subject and body text are prefilled from your email template and can be edited before sending.

<figure><img src="/files/0czvoBKqGeHmYvjSsRw2" alt="" width="422"><figcaption></figcaption></figure>

Caspen will email the form link to the recipient, and the form will be marked as **Sent** once the email is delivered.

***

## Other ways to send or complete a form

### **Send a form to a contact**

You can also send the form to a contact linked to the client, such as a caregiver or parent.\
Follow the same steps as sending a form to a client, but in the **Send to** field, select the contact instead of the client.

***

### **Share the form link manually**

If you prefer to send the form through your own email, SMS, or messaging channel:

1. Open the form’s **Actions** menu.
2. Click **Copy public link**.

<figure><img src="/files/rvXoyJAzQxnvpwmA5mhq" alt=""><figcaption></figcaption></figure>

3. Paste the link into your preferred communication method.

***

### Complete the form on behalf of the client

If you need to complete the form on **behalf of the client** while you are with them:

1. Open the form.
2. Click **Actions** → **Open public link in a new tab.**

<figure><img src="/files/Wkuf1OfEAShAT67aR29R" alt=""><figcaption></figcaption></figure>

3. Complete the form directly with the client.

This opens the live form in a new browser tab for in-session completion.

***

## **Form statuses**

Example of form statuses on a client profile:

<figure><img src="/files/ysFKAoSCZ3fzgdSs8HKK" alt=""><figcaption></figcaption></figure>

Form statuses help you track progress and follow up when needed.

#### **Primary statuses**

* **Not started** – The client has not opened the form.
* **In progress** – The client has started answering questions and saved their progress, but the form is not yet submitted.
* **Completed** – The client has submitted the form.

#### **Secondary statuses**

These indicate the form’s sending or viewing activity:

* **Sent** – The form was sent.
* **Viewed** – The client has opened the form link.

Status updates appear in the **Forms** table on the client's profile.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.caspen.com/using-caspen/forms/send-a-client-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
