---
title: Mail completed court documents online
description: Print and mail court papers you already prepared to a verified clerk, court, or legal recipient address.
seotitle: Mail completed court documents online
seo-description: Print and mail court papers you already prepared to a verified clerk, court, or legal recipient address.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/court-document-mailing-packets/thumbnail
og-image-alt: Court Document Mailing Packets generated form preview
published: 2026-07-10
updated: 2026-07-11
tags:
  - court documents
  - court filing
  - legal mail
  - motions
  - court clerks
  - self-represented litigants
path: /forms/court-document-mailing-packets
---
# Mail completed court documents online

Print and mail court papers you already prepared to a verified clerk, court, or legal recipient address.

## How it works
1. **Confirm directly with the court or recipient that the completed document can be sent by mail.** - 
2. **Upload the main document and any exhibits or supporting documents in the intended packet order.** - 
3. **Enter the exact clerk, court, division, or legal-recipient address and note any deadline.** - 
4. **Review the packet, choose a mailing option, and follow up with the court or recipient to confirm filing or receipt.** -


## Form summary
Court Document Mailing Packets is an upload-first service for completed motions, responses, petitions, notices, exhibits, and other court papers. PostalForm prints and mails the files the user provides. It does not prepare legal documents, determine where or how they must be filed, serve another party, or confirm that a document was filed or accepted.

## What you need
- A completed PDF that is ready to print and send
- The exact court, clerk, division, or legal recipient and current mailing address
- Confirmation that the recipient accepts this document by mail
- Any required case caption, case number, signatures, fees, copies, cover sheets, exhibits, or certificates
- Enough time to satisfy the applicable filing and service rules
- Completed court document (required) — Upload one final PDF containing the completed primary document. Confirm signatures, case details, formatting, and redactions before uploading.
- Exhibits and supporting documents (optional) — Upload cover sheets, certificates, proposed orders, exhibits, or other documents that should follow the primary document, in the order they should be printed.

## Data collected
- Court-document type and a user-facing packet label
- New-case or existing-case context, case caption, and optional case number
- Sender name and return mailing address
- Court, clerk, division, or other primary legal recipient and verified mailing address
- Optional deadline and handling notes
- Primary document PDF, optional exhibits, and required legal-process acknowledgements

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

## Packet order
- Completed primary court document
- Required cover sheet, certificate, proposed order, or other filing component when included
- Numbered or lettered exhibits and supporting documents in the user's uploaded order

## Common mistakes
- Assuming every court or document type can be filed by mail.
- Mailing to the courthouse street address when the clerk publishes a different filing address or division.
- Leaving off the case number, caption, signature, required copies, filing fee, cover sheet, or exhibit label.
- Treating mailing to the court as service on another party.
- Assuming a USPS delivery event proves that the clerk accepted and docketed the document.

## Agent summary
Collect a completed court-document PDF, optional exhibits, document type, case status and optional case number, sender and one court-recipient, deadline context, and acknowledgements that the user verified mailing acceptance, local rules, service, privacy, fees, copies, and signatures. Each order creates one reviewed mailpiece. Mailing does not establish filing, docketing, service, deadline compliance, or court acceptance.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/court-document-mailing-packets/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: document_type, document_title, case_status, case_number, sender_name, sender_address, recipient_company_name, recipient_name, recipient_address, mail_acceptance_acknowledged, filing_requirements_acknowledged, no_physical_enclosures_acknowledged, service_acknowledged, not_filed_acknowledged, not_legal_advice_acknowledged
- Attachment IDs: primary_document, supporting_documents
- Notes: Do not tell a customer that a court accepts mail without checking that specific court's current rules. Do not calculate deadlines, prepare filings, determine required service, or state that mailing constitutes filing or service. Direct users to the clerk and current local rules for recipient, copies, fees, signatures, privacy, formatting, and deadline requirements.

## LLM field schema
```json
[
  {
    "id": "document_type",
    "label": "What kind of completed document are you mailing?",
    "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 or organization",
    "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": "Sender role in the matter (optional)",
    "type": "text",
    "required": false,
    "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, agency, firm, 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, division, department, 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 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 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 specific court or recipient accepts this document by mail and confirmed the correct 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": "filing_requirements_acknowledged",
    "label": "I reviewed current rules for signatures, copies, formatting, privacy, fees, exhibits, cover sheets, 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 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 and USPS delivery do not prove that the document was accepted, filed, or docketed, and I will verify 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": "not_legal_advice_acknowledged",
    "label": "I understand PostalForm does not prepare or review legal 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)
- [U.S. Courts: Find a Federal Court](https://www.uscourts.gov/federal-court-finder/find)
- [USPS: Proof of mailing and delivery services](https://www.usps.com/ship/insurance-extra-services.htm)

## Last verified
2026-07-11


## FAQs
- **Can every court document be filed by mail?** No. Rules vary by court and document type. Confirm mail acceptance, the filing address, copies, fees, signatures, and deadlines with the court before ordering.
- **Does PostalForm prepare or review my court papers?** No. Upload a completed filing copy. PostalForm prints and mails what you provide but does not provide legal advice or review the document for legal sufficiency.
- **Does mailing the packet mean it has been filed?** No. Filing is controlled by the receiving court. USPS tracking does not confirm clerk acceptance or docketing, so follow the court's process to verify filing.
- **Will this serve the other parties in my case?** Not by itself. Service rules may require a separate recipient, packet, method, timing, and proof. Create a separate order only after reviewing the exact service copy and applicable rules.


## Related
- [Bankruptcy Correspondence Mailing Packets](/forms/bankruptcy-correspondence-packets)
- [Family Court Mailing Packets](/forms/family-court-mailing-packets)
- [Probate and Estate Correspondence Mailing Packets](/forms/probate-estate-correspondence-packets)
