> For the complete documentation index, see [llms.txt](https://guide.hypercape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.hypercape.com/brand-guide/form-events.md).

# 폼 이벤트

## 폼 이벤트 사용자 가이드 — 응모형 캠페인을 직접 운영하기

> **이 가이드는 무엇인가요?** 브랜드가 직접 응모 양식을 만들어 응모자를 모집하고, 선정·배송·콘텐츠·이메일 캠페인까지 한 화면에서 처리할 수 있는 **폼 이벤트** 기능을 모두 안내합니다. 이번에 처음 폼 이벤트를 만드는 분, 자체 고객 풀로 시딩·기프티드를 운영해 본 적이 있는 분, 그리고 매일 응모자 검수와 이메일 발송을 다루는 운영자분을 위해 작성되었습니다.
>
> **읽는 방법**: 처음 한 번은 위에서부터 차례대로 끝까지 훑어 주세요. 폼 이벤트는 화면이 많고 기능이 풍부해서, 한 번 전체를 훑으면 이후 필요한 영역만 찾기가 훨씬 수월해집니다.

***

### 목차

* 시작하기 전에
* Part 1 · 폼 이벤트란 무엇인가요?
* Part 2 · 폼 이벤트 목록 페이지
* Part 3 · 새 폼 이벤트 만들기
* Part 4 · 폼 빌더로 응모 양식 설계하기
* Part 5 · 이벤트 상태와 운영 제어
* Part 6 · 이벤트 상세 페이지 둘러보기 (4개 탭)
* Part 7 · 신청자 관리 (응답 탭)
* Part 8 · 배송 관리 (배송 탭)
* Part 9 · 콘텐츠 검토 (콘텐츠 탭)
* Part 10 · 이메일 캠페인
* Part 11 · 통합 콘텐츠 관리 페이지
* Part 12 · 배송사 관리 페이지
* Part 12 · 응모자가 보는 공개 폼 페이지
* 자주 묻는 질문 (Q\&A)
* 보안·주의사항 통합
* 다음에 할 일

***

### 시작하기 전에

#### 이 가이드가 다루는 화면

좌측 메뉴 **폼 이벤트** 영역과 그 안의 모든 화면을 다룹니다.

* 폼 이벤트 **목록 페이지** (`/dashboard/form-events`)
* 새 폼 이벤트 **생성 다이얼로그** (폼 빌더 포함)
* 이벤트 **상세 페이지** (4개 탭: 신청자 / 배송 / 콘텐츠 / 개요)
* **통합 콘텐츠 관리** 페이지 (`/dashboard/form-events/content`)
* **배송사 관리** 페이지 (`/dashboard/form-events/carriers`)
* 응모자가 보는 **공개 폼 페이지** (`/form-events/[이벤트ID]`)

#### 본 가이드의 표기 규칙

* **굵은 글씨** = 화면에 보이는 정확한 라벨
* 🔴 빨강 = 되돌리기 어려운 작업
* 🟡 노랑 = 주의해서 진행할 작업
* 💡 = 알아 두면 좋은 팁
* 📧 = 이메일 캠페인 관련 팁
* ⭐ = 효율을 크게 올려 주는 기능
* 섹션 번호는 Part 기준으로 표기됩니다 — 예: **7-4**는 "Part 7의 네 번째 섹션"이라는 뜻

***


---

# 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://guide.hypercape.com/brand-guide/form-events.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.
