> For the complete documentation index, see [llms.txt](https://s-organization-887.gitbook.io/hostyle-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://s-organization-887.gitbook.io/hostyle-web/wordpress-2/undefined-3/wpforms-lite.md).

# WPForms Lite 플러그인

## &#x20;WordPress 문의하기 폼 만들기 가이드

> 방문자가 메시지를 보낼 수 있는 “문의하기” 페이지를 만드는 가장 쉬운 방법

***

### ✅ 사용 플러그인: WPForms Lite (무료)

| 항목 | 설명                                    |
| -- | ------------------------------------- |
| 이름 | **WPForms – Contact Form by WPForms** |
| 특징 | 드래그 앤 드롭 방식, 한글화 지원, 초보자 친화적          |
| 가격 | ✅ 무료 사용 가능 (Lite 버전)                  |

***

### 🧩 1단계. WPForms 설치

1. 워드프레스 관리자 → `플러그인 > 새로 추가`
2. 검색창에 `WPForms` 입력
3. `WPForms (곰 모양)` 설치 후 **\[활성화]**

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

***

### 🧩 2단계. 새 폼 만들기

1. 좌측 메뉴에 생긴 `WPForms > Add New Form` 클릭
2. “간단한  문의양식” 템플릿 사용하기 클릭
3. **설정 -> 양식 이름 입력** → 예: `문의하기 폼`

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

폼에는 기본적으로 다음 항목이 포함됩니다:

* 이름 (기본은 이름 / 성 구분되어 있기 때문에 텍스트 추가로 대체)
* 이메일
* 메시지

필요 시 항목 추가 가능:

* 전화번호, 체크박스, 드롭다운 등

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

4. 우측 상단 **\[Save] 저장** 클릭

***

### 🧩 3단계. 페이지에 문의폼 삽입

1. `페이지 > 새로 만들기` 클릭 → 제목: `문의하기`  [테마 메인 / 푸터 / 페이지 생성](/hostyle-web/wordpress-1/undefined-4.md#undefined-2)
2. 본문에 **+ 블록 추가 → WPForms 블록** 선택
3. 생성한 폼 선택 (예: `문의하기 폼`)
4. **발행** 클릭

> 또는 숏코드로 삽입:

```plaintext
[wpforms id="123"]
```

(\* ID는 WPForms 목록에서 확인 가능)

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

{% hint style="info" %}

* 상단 탭 메뉴 등록 -> [메뉴 구성](/hostyle-web/wordpress-1/undefined-5.md#id-1)
  {% endhint %}

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

***

### 🧩 4단계. 수신 이메일 확인 / 변경

1. `WPForms > All Forms` → 폼  \[편집]
2. 좌측 메뉴 → 설정 -> 알림
3. **수신 이메일 주소** 확인 (기본: 관리자 이메일)
4. 원하는 이메일 주소로 변경 가능

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

***

### ✨ 결과 예시

> `https://yourdomain.com/contact` 페이지에\
> 입력 폼(이름, 이메일, 메시지, 보내기 버튼)이 표시됨\
> 사용자가 작성 후 전송 → 관리자 메일로 자동 수신

***

### 📌 부가 기능 (Lite 버전에서도 사용 가능)

| 기능            | 설명                                  |
| ------------- | ----------------------------------- |
| 필수 항목 설정      | 각 필드 우측 톱니 → "Required" 설정 가능       |
| 성공 메시지 커스터마이징 | 전송 후 표시되는 텍스트 변경 가능                 |
| 자동 응답         | 기본 알림 외에 사용자용 알림 추가도 가능 (유료버전에서 가능) |

***

### ✅ 마무리 요약

> WPForms Lite를 이용하면 초보자도 **코딩 없이 간단한 문의 폼을 생성하고**,\
> 별도 페이지에 삽입하여 빠르게 “문의하기” 기능을 제공할 수 있습니다.


---

# 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://s-organization-887.gitbook.io/hostyle-web/wordpress-2/undefined-3/wpforms-lite.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.
