---
title: Indiana Attorney General Consumer Complaint Form
description: Prepare a mailable Indiana consumer complaint packet online for the Attorney General's Consumer Protection Division.
seotitle: Indiana Attorney General Consumer Complaint Form
seo-description: Prepare a mailable Indiana consumer complaint packet online for the Attorney General's Consumer Protection Division.
group: resources
indexable: true
llms: true
schema: webpage
tags:
  - consumer complaint
  - attorney general
  - indiana
path: /forms/indiana-consumer-complaint
---
# Indiana Attorney General Consumer Complaint Form

Prepare a mailable Indiana consumer complaint packet online for the Attorney General's Consumer Protection Division.

## How it works
1. **Fill out the form** - Complete the guided fields online.
2. **Add attachments** - Upload any required documents.
3. **Preview the PDF** - Review the final form before mailing.
4. **Mail it** - We print and mail the packet for you.


## Form summary
Use this workflow when you want to mail a consumer complaint to the Indiana Attorney General. Enter your contact details, identify the business, describe the problem, and generate a PDF ready for mailing.

## What you need
- Your contact information
- Business or individual complaint details
- Transaction date and payment details if applicable
- Complaint narrative and desired resolution
- Supporting documents
- Signature and date
- Signed form (wet signature required)
- Supporting documents (optional) — Attach copies of receipts, contracts, invoices, advertisements, correspondence, screenshots, or other records that support the complaint.
- Court papers or signed agreement (optional) — If you signed a contract or started a court action, attach copies of those papers with the complaint packet.

## Data collected
- Complainant identity and contact information
- Business or individual complained against
- Transaction details and payment method
- Consumer actions already taken
- Narrative complaint summary and requested resolution
- Consent and signature

## Where it gets mailed
Mailing destination:
- **Office of the Indiana Attorney General Consumer Protection Division**
- 302 W. Washington Street
Government Center South, 5th Floor
Indianapolis, IN 46204

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF
- Attachments (in the order you upload)

## Common mistakes
- Including a Social Security number in the complaint packet.
- Forgetting to attach receipts, contracts, ads, or correspondence that support the complaint.
- Leaving required yes/no action questions unanswered.
- Failing to sign and date the complaint.

## Agent summary
This workflow gathers consumer complaint details, respondent information, transaction facts, and consent choices needed to generate the Indiana AG consumer complaint PDF.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/indiana-consumer-complaint/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: salutation_mr, your_street_address, your_full_name_or_org, your_city, your_state, your_zip, your_daytime_phone, age_18_24, contact_by_email_yes, active_military_yes, business_name, transaction_date, transaction_for_family_household, pay_method_credit_card, first_contact_phone_call, signed_agreement_yes, private_attorney_yes, court_action_yes, sued_yes, complained_to_business_yes, other_agency_yes, complaint_narrative, desired_resolution, disclose_nature_yes, disclose_name_yes, disclose_phone_yes, signature, signature_date
- Attachment IDs: supporting_documents, court_or_contract_papers

## LLM field schema
```json
[
  {
    "id": "salutation_mr",
    "label": "Mr.",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "salutation_mrs",
    "label": "Mrs.",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "salutation_ms",
    "label": "Ms.",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "salutation_dr",
    "label": "Dr.",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "salutation_miss",
    "label": "Miss",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "salutation_rev",
    "label": "Rev.",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_street_address",
    "label": "Street address",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_full_name_or_org",
    "label": "Full name or organization/agency",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_city",
    "label": "City",
    "type": "text",
    "required": true,
    "meta_class": "city",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_state",
    "label": "State",
    "type": "text",
    "required": true,
    "meta_class": "state",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_zip",
    "label": "ZIP code",
    "type": "text",
    "required": true,
    "meta_class": "zip",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_primary_contact_name",
    "label": "Primary contact name if filing for an organization",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_county",
    "label": "County",
    "type": "text",
    "required": false,
    "meta_class": "county",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_daytime_phone",
    "label": "Daytime phone",
    "type": "text",
    "required": true,
    "meta_class": "phone",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "age_18_24",
    "label": "18-24",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "age_25_34",
    "label": "25-34",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "age_35_44",
    "label": "35-44",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "age_45_54",
    "label": "45-54",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "age_55_59",
    "label": "55-59",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "age_60_plus",
    "label": "60+",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "your_email",
    "label": "Email address",
    "type": "text",
    "required": false,
    "meta_class": "email",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "contact_by_email_yes",
    "label": "Yes, contact me by email",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "contact_by_email_no",
    "label": "No, use regular mail",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "active_military_yes",
    "label": "Yes, active military",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "active_military_no",
    "label": "No, not active military",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "your_info",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_name",
    "label": "Individual or business name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_contact_name",
    "label": "Representative you dealt with",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_street_address",
    "label": "Business street address",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_city",
    "label": "Business city",
    "type": "text",
    "required": false,
    "meta_class": "city",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_state",
    "label": "Business state",
    "type": "text",
    "required": false,
    "meta_class": "state",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_zip",
    "label": "Business ZIP code",
    "type": "text",
    "required": false,
    "meta_class": "zip",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_county",
    "label": "Business county",
    "type": "text",
    "required": false,
    "meta_class": "county",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_phone",
    "label": "Business daytime phone",
    "type": "text",
    "required": false,
    "meta_class": "phone",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "business_email",
    "label": "Business email address",
    "type": "text",
    "required": false,
    "meta_class": "email",
    "ui_width": null,
    "group_id": "complaint_against",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "transaction_date",
    "label": "Date of transaction or incident",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "transaction_for_family_household",
    "label": "My family/household",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "transaction_for_business",
    "label": "My business",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "transaction_for_farm",
    "label": "My farm",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "transaction_for_nonprofit",
    "label": "Non-Profit/Church",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_home",
    "label": "My home",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_business_location",
    "label": "At the location of the business",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_away",
    "label": "Away from the location of the business",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_mail",
    "label": "By mail",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_internet",
    "label": "By Internet/Email",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_phone",
    "label": "By telephone",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_social_media",
    "label": "By social media",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_other",
    "label": "Other location",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "incident_location_other_text",
    "label": "Other location details",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "incident_location_other",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "pay_method_credit_card",
    "label": "Credit Card/Pre-Pay",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_cash",
    "label": "Cash",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_medicaid",
    "label": "Medicaid",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_paypal",
    "label": "Pay-Pal",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_wire_transfer",
    "label": "Wire transfer",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_check",
    "label": "Check",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_installment_loan",
    "label": "Installment loan",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_medicare",
    "label": "Medicare",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_private_insurance",
    "label": "Private insurance",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_other",
    "label": "Other payment method",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "pay_method_other_text",
    "label": "Other payment method details",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "pay_method_other",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "dollar_loss",
    "label": "Dollar amount associated with your loss",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_phone_call",
    "label": "I telephoned the individual/business",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_received_mail",
    "label": "I received information in the mail",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_print_ad",
    "label": "I responded to a printed advertisement",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_tv_radio_ad",
    "label": "I responded to a TV/radio ad",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_visited_business",
    "label": "I went to the location of the business",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_other",
    "label": "Other first contact",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_came_home",
    "label": "A person came to my home",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_received_call",
    "label": "I received a phone call from the business",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_email",
    "label": "I received information by email",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_offer_internet",
    "label": "I responded to an offer on the internet",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "first_contact_other_text",
    "label": "Other first contact details",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "incident",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "first_contact_other",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "signed_agreement_yes",
    "label": "Yes, signed a written agreement or contract",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signed_agreement_no",
    "label": "No written agreement or contract",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "private_attorney_yes",
    "label": "Yes, hired a private attorney",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "private_attorney_no",
    "label": "No private attorney",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "court_action_yes",
    "label": "Yes, started a court action",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "court_action_no",
    "label": "No court action",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sued_yes",
    "label": "Yes, sued or been sued",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sued_no",
    "label": "No lawsuit related to this incident",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "complained_to_business_yes",
    "label": "Yes, complained to the individual/business",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "complained_to_business_no",
    "label": "No complaint sent to the individual/business",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_agency_yes",
    "label": "Yes, filed with another agency",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_agency_no",
    "label": "No complaint filed with another agency",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "other_agency_name",
    "label": "Other agency name",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "actions",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "other_agency_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "complaint_narrative",
    "label": "Transaction or incident details",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "desired_resolution",
    "label": "How would you like your complaint resolved?",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "details",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "disclose_nature_yes",
    "label": "Yes, disclose the nature of the complaint and business name",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "disclose_nature_no",
    "label": "No, do not disclose the nature of the complaint and business name",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "disclose_name_yes",
    "label": "Yes, disclose my name",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "disclose_name_no",
    "label": "No, do not disclose my name",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "disclose_phone_yes",
    "label": "Yes, disclose my phone number",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "disclose_phone_no",
    "label": "No, do not disclose my phone number",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signature",
    "label": "Your signature",
    "type": "signature",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "signature_date",
    "label": "Date",
    "type": "text",
    "required": true,
    "meta_class": "date",
    "ui_width": null,
    "group_id": "consent",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [Indiana Attorney General Printable Consumer Complaint Form](https://www.in.gov/attorneygeneral/files/Printable-Consumer-Complaint-Form.pdf)
- [Official PDF](https://www.in.gov/attorneygeneral/files/Printable-Consumer-Complaint-Form.pdf)

## Last verified
2026-03-26


## FAQs
- **Who receives this complaint?** The completed form is mailed to the Indiana Attorney General Consumer Protection Division.
- **Should I attach documents?** Yes. The official form asks you to include copies of receipts, contracts, ads, correspondence, court papers, and other records related to the complaint.
- **Can I include my Social Security number?** No. The official form specifically says not to include your Social Security number in the form or supporting materials.


## Related
- [Indiana Attorney General consumer complaint form guide](/consumer/indiana-attorney-general-consumer-complaint-form-guide)
- [Fill out official PDF forms online](/fill-out-official-pdf-forms-online)
