> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/admin/contents/form.md).

# 입력폼 관리

입력폼은 신청서, 설문조사 등을 항목을 다양하게 생성하여 사용자에게 정보를 받기 위한 용도로 사용이 되는 블록입니다. 관리자는 입력폼 블록을 통해 제출이 된 정보를 입력폼 관리 페이지를 통해 확인 및 관리 할 수 있습니다.

{% hint style="info" %}
작성자는 입력폼 제출 후 작성 내용을 확인 및 수정 할 수 없습니다.
{% endhint %}

## 1. 폼 응답 내용 확인하기

1-1. **\[관리자 페이지 > 운영관리 > 콘텐츠]**&#xC758; 입력폼 관리에 들어갑니다.

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

1-2. 응답을 확인하려는 폼의 이름을 클릭합니다.

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

{% hint style="info" %}
확인 되지 않은 응답은 미확인 상태로 노출이 됩니다.
{% endhint %}

1-3. 제출 된 응답 중 확인하려는 응답을 클릭하여 내용을 확인합니다.

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

## 2. 입력 폼 삭제하기

2-1. 생성한 입력폼 중 삭제하려는 입력폼을 선택합니다.

2-2. 왼쪽 위 **\[선택삭제]** 버튼을 클릭하여 입력폼을 삭제합니다.

{% hint style="danger" %}
입력 폼 삭제 시 폼 응답 내용이 모두 삭제가 되며, 입력 폼 및 응답 내용은 복구가 불가능합니다.
{% endhint %}

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

## 3. 응답 삭제하기

3-1. 제출 된 응답 중 삭제 하려는 응답을 선택합니다.

3-2. 왼쪽 위 **\[선택삭제]** 버튼을 클릭하여 응답을 삭제합니다.

{% hint style="danger" %}
삭제 된 응답은 복구가 불가능 합니다.
{% endhint %}

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


---

# 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://help.qshop.ai/customer_support/guide/admin/contents/form.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.
