> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/guides/guides/legacy/removing-a-form-answer.md).

# Remove a form answer

{% hint style="warning" %}
This article applies to **Form (Legacy)**. For the current form editor, see [Forms](/guides/guides/forms.md).
{% endhint %}

Remove test answers, faulty answers, or the entire set of answers from a form report.

There are three ways to remove undesired form answers, depending on where you start.

## Delete from the Spreadsheet report

Open the form report and go to the Spreadsheet tab. Each row contains contact data and the answers from one contact. Select one or more rows — the Delete Answer button activates, with the selected count shown in parentheses.

<div align="left" data-with-frame="true"><img src="/files/WGBPhlMjL1pjUVyDOteA" alt="Spreadsheet report with two rows selected and the Delete Answer button active"></div>

Spreadsheet report with two rows selected.

## Delete from the contact card

Find the contact however you prefer — the contacts search box, a filter, or by drilling into a component report. Open the contact card and go to the Engagement tab. Locate the form report you want to remove the contact from, click Show answers, then click Delete answers.

\[

<div align="left" data-with-frame="true"><img src="/files/uYBXgSnPn27MlV4roawn" alt="Contact card Engagement tab with a form report expanded and the Show answers link visible"></div>

Navigate to the form component and click Show answers.

<div align="left" data-with-frame="true"><img src="/files/GLGIDbd2HGwFXJfXhcBR" alt="Show answers expanded with the Delete answers button visible"></div>

Delete answers to remove the contact from the report.

## Delete from the Campaign Contacts tab

Use this option when you want to remove a contact from multiple component reports at once. Go to the Contacts tab in the campaign, browse or search for the contact, tick the checkbox next to one or more contacts, and click Remove selected from campaign.

<div align="left" data-with-frame="true"><img src="/files/O6AIu4q2mTlZbgYcvG1F" alt="Campaign Contacts tab with contacts selected and the Remove selected from campaign button visible"></div>

Removing a contact from campaign contacts removes the contact from all campaign reports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.emarketeer.com/guides/guides/legacy/removing-a-form-answer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
