---
title: Mail completed divorce and family-court papers online
description: Print and mail already-prepared family-court documents to a verified court, clerk, attorney, or other legal recipient.
seotitle: Mail completed divorce and family-court papers online
seo-description: Print and mail already-prepared family-court documents to a verified court, clerk, attorney, or other legal recipient.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/family-court-mailing-packets/thumbnail
og-image-alt: Family Court Mailing Packets generated form preview
published: 2026-07-10
updated: 2026-07-11
tags:
  - family court
  - divorce
  - child custody
  - parenting time
  - child support
  - legal mail
path: /forms/family-court-mailing-packets
---
# Mail completed divorce and family-court papers online

Print and mail already-prepared family-court documents to a verified court, clerk, attorney, or other legal recipient.

## How it works
1. **Confirm the recipient, mail-acceptance rule, filing method, copy count, fee, service step, and deadline with the court or applicable instructions.** - 
2. **Upload the completed main document and any required exhibits in the order they should be printed.** - 
3. **Enter the exact court, clerk, division, attorney, or other legal-recipient address for this one reviewed packet.** - 
4. **Review the packet, choose a mailing option, then confirm filing or receipt through the court's or recipient's official process.** -


## Form summary
Family Court Mailing Packets is an upload-first service for completed divorce, custody, parenting-time, child-support, and related family-court papers. PostalForm prints and mails the files the user provides. It does not prepare forms, select legal remedies, calculate deadlines, serve another party, or confirm that a court accepted or filed the documents.

## What you need
- Completed family-court documents that are ready to print and send
- The current court, clerk, family division, attorney, or other recipient mailing address
- Confirmation that mailing is accepted for this document and purpose
- Any required signatures, notarization, copies, fees, cover sheets, confidential-information forms, exhibits, or service documents
- A plan to satisfy filing, service, notice, and deadline requirements separately when required
- Completed family-court document (required) — Upload one final PDF containing the completed primary document. Confirm signatures, case details, formatting, and required privacy redactions before uploading.
- Exhibits and supporting documents (optional) — Upload cover sheets, certificates, proposed orders, financial documents, exhibits, or other materials that should follow the primary document, in print order.

## Data collected
- Family-court matter type and completed document type
- Case caption, optional case number, and sender role
- Sender name, role, and a return mailing address safe to disclose under applicable confidentiality rules
- Court clerk, family division, attorney, or other verified primary recipient and mailing address
- Optional deadline and handling notes
- Primary document PDF, optional exhibits, and required family-court process acknowledgements

## Where it gets mailed
You will enter the recipient address during checkout.

## Packet order
- Completed primary family-court document
- Required confidential-information sheet, cover sheet, certificate, or proposed order when included
- Exhibits and supporting documents in the user's uploaded order

## Common mistakes
- Assuming the same filing and service rules apply across every family court.
- Mailing to a courthouse or judge instead of the correct clerk, division, attorney, or approved service address.
- Including confidential identifiers or unredacted information contrary to court privacy rules.
- Treating one mailing as both filing with the court and service on another party.
- Using ordinary mail for an urgent safety matter that requires immediate court, emergency-service, or legal assistance.

## Agent summary
Collect a completed family-court document PDF, optional exhibits, matter and document type, existing-case context, party role, sender and one verified recipient, deadline context, and acknowledgements covering mail acceptance, court rules, privacy, protected addresses, service, safety, and the limits of mailing. Each order creates one reviewed mailpiece. Do not represent the workflow as legal-document preparation, legal advice, service of process, filing confirmation, or emergency court access.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/family-court-mailing-packets/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: matter_type, document_type, document_title, case_status, case_number, sender_name, sender_role, sender_address, recipient_company_name, recipient_name, recipient_address, mail_acceptance_acknowledged, requirements_acknowledged, no_physical_enclosures_acknowledged, service_acknowledged, not_filed_acknowledged, safety_acknowledged, not_legal_advice_acknowledged
- Attachment IDs: primary_document, supporting_documents
- Notes: Do not use this workflow for emergency protection or time-sensitive safety intervention. Do not tell a user that mail is accepted, calculate a deadline, determine service, or promise filing. Direct the user to the specific court's clerk and current local rules. PostalForm does not prepare divorce or family-law documents or provide legal advice.

## LLM field schema
```json
[
  {
    "id": "matter_type",
    "label": "Family-court matter",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "document_type",
    "label": "Completed document type",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "document_title",
    "label": "Document or packet title",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_status",
    "label": "Is this for an existing case?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_caption",
    "label": "Case caption or matter name (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_number",
    "label": "Case or docket number",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "case_status",
      "operator": "equals",
      "value": "Yes — an existing case"
    },
    "compound_subfields": null
  },
  {
    "id": "sender_name",
    "label": "Sender full name",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_role",
    "label": "Your role in the matter",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_address",
    "label": "Return mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_company_name",
    "label": "Court, law office, agency, or recipient organization",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_name",
    "label": "Clerk, family division, attorney, or attention line",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_address",
    "label": "Verified family-court or legal-recipient mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "filing_deadline",
    "label": "Filing, response, or delivery deadline (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "timing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "packet_notes",
    "label": "Packet, service, and follow-up notes (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "timing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "mail_acceptance_acknowledged",
    "label": "I verified that this court or recipient accepts this document by mail and confirmed the current address.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "requirements_acknowledged",
    "label": "I reviewed current requirements for signatures, notarization, copies, fees, privacy, exhibits, service, and deadlines.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "no_physical_enclosures_acknowledged",
    "label": "I confirmed this submission requires no filing-fee check or money order, wet-ink original, self-addressed return envelope, or extra physical copy that is not already printable in my upload.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "service_acknowledged",
    "label": "I understand this one-recipient order does not automatically satisfy service or proof-of-service requirements, and any service copy requires its own privacy-reviewed mailing.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "not_filed_acknowledged",
    "label": "I understand mailing or delivery does not prove court acceptance or docketing, and I will verify status with the recipient.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "safety_acknowledged",
    "label": "I am not relying on this mailing for emergency protection, and I verified that the packet and envelope return address do not disclose a location protected by court order, confidentiality rule, or safety program.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "not_legal_advice_acknowledged",
    "label": "I understand PostalForm does not prepare or review family-law documents and does not provide legal advice.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [USAGov: Federal, state, territory, county, and municipal courts](https://www.usa.gov/courts)
- [USPS: Proof of mailing and delivery services](https://www.usps.com/ship/insurance-extra-services.htm)

## Last verified
2026-07-11


## FAQs
- **Can I use this to mail completed divorce papers?** Yes, if the documents are already prepared and the court or other recipient accepts them by mail. Confirm the correct address, copy count, fee, signatures, service, and deadline first.
- **Does PostalForm fill out or review family-court forms?** No. This is an upload-and-mail workflow for completed documents. PostalForm does not prepare family-law forms, review legal sufficiency, or provide legal advice.
- **Does mailing to the court also serve my spouse or the other party?** Not by itself. Service may require a separate recipient, packet, method, timing, and proof. Create a separate order only after reviewing the exact service copy and applicable privacy rules.
- **Does USPS delivery mean my papers were filed?** No. Only the court can accept and docket a filing. Follow up with the clerk or use the court's official case-access process to verify status.


## Related
- [Court Document Mailing Packets](/forms/court-document-mailing-packets)
