Title: FlowOnboarding
Author: Gregory Moise
Published: <strong>2026년 7월 12일</strong>
Last modified: 2026년 7월 12일

---

플러그인 검색

![](https://ps.w.org/flowonboarding/assets/banner-772x250.png?rev=3604998)

![](https://ps.w.org/flowonboarding/assets/icon-256x256.png?rev=3604986)

# FlowOnboarding

 작성자: [Gregory Moise](https://profiles.wordpress.org/gnkapps/)

[다운로드](https://downloads.wordpress.org/plugin/flowonboarding.1.11.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/flowonboarding/#description)
 * [평가](https://ko.wordpress.org/plugins/flowonboarding/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/flowonboarding/#installation)
 * [개발](https://ko.wordpress.org/plugins/flowonboarding/#developers)

 [지원](https://wordpress.org/support/plugin/flowonboarding/)

## 설명

FlowOnboarding lets you build multi-step onboarding quiz funnels with a built-in
paywall screen — the proven “answer a few questions, get a personalised plan, choose
a subscription” pattern popular with modern health, education, and SaaS apps.

A visitor answers a series of personalised questions, sees a “your plan is ready”
result screen, and is presented with your subscription plans — all in one smooth,
mobile-first flow embedded on any page or post with a shortcode or block.

#### Features

 * Unlimited funnels — create and run as many as you like
 * Visual funnel builder with a live preview and drag-and-drop step reordering
 * Question types: Single Choice, Yes/No, Star Rating, and Info Screen
 * Progress bar and step dots to encourage completion
 * Personalised result copy with `{{answer:key}}` tokens
 * Paywall screen with pricing plans and a redirect to any URL (your checkout, sales
   page, anywhere)
 * Shortcode `[flowonboarding id="123"]` and a native Gutenberg block
 * Built-in analytics: starts, completions, conversion rate, estimated revenue, 
   daily chart, and step-by-step drop-off
 * Fullscreen takeover mode or inline embed; light and dark themes; fully responsive
 * GDPR-friendly: visitor IPs are stored as SHA-256 hashes, and you can optionally
   delete all plugin data on uninstall

#### FlowOnboarding Pro

A separate Pro plugin with additional features (more question types, conditional
logic, lead capture, A/B testing, webhooks, and payment/membership integrations)
is developed and distributed independently at [flowonboarding.com](https://flowonboarding.com/).
It is not required — this plugin is complete and fully functional on its own.

## 스크린샷

[⌊The funnel builder — step list, live preview, and step settings side by side.⌉⌊
The funnel builder — step list, live preview, and step settings side by side.⌉[

The funnel builder — step list, live preview, and step settings side by side.

[⌊The paywall editor — headline, pricing plans, redirect URL, and a live preview
of the offer your visitors see.⌉⌊The paywall editor — headline, pricing plans, redirect
URL, and a live preview of the offer your visitors see.⌉[

The paywall editor — headline, pricing plans, redirect URL, and a live preview of
the offer your visitors see.

[⌊Analytics — starts, completions, conversion rate, daily chart, and step-by-step
drop-off.⌉⌊Analytics — starts, completions, conversion rate, daily chart, and step-
by-step drop-off.⌉[

Analytics — starts, completions, conversion rate, daily chart, and step-by-step 
drop-off.

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   FlowOnboarding Funnel

## 설치

 1. In your WordPress admin, go to **Plugins  Add New  Upload Plugin** and upload the
    plugin ZIP, or install **FlowOnboarding** from the Plugins directory.
 2. Click **Activate**.
 3. Go to **FlowOnboarding  + New Funnel** to build your first funnel.
 4. Copy the shortcode `[flowonboarding id="X"]` (or add the FlowOnboarding block) 
    to any page or post.

## FAQ

### Does it work with any theme?

Yes. Funnels render through a shortcode or block and work with any standard theme.

### Can I use it without any paid service?

Yes. The paywall’s Redirect action points at any URL you choose (your checkout, 
a sales page, anywhere). No account, service, or other plugin is required.

### Does the plugin send any data to external services?

No. The free plugin makes no requests to external services. Quiz answers, sessions,
and analytics are stored only in your own WordPress database.

### Which PHP version is required?

PHP 7.4 or higher. PHP 8.x is fully supported.

### Is visitor data stored, and is it GDPR-friendly?

Quiz answers and sessions are stored in your own WordPress database. Visitor IP 
addresses are SHA-256 hashed by default, and you can choose to delete all plugin
data on uninstall in the settings.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“FlowOnboarding”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Gregory Moise ](https://profiles.wordpress.org/gnkapps/)

[자국어로 “FlowOnboarding”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/flowonboarding)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/flowonboarding/)는, [SVN 저장소](https://plugins.svn.wordpress.org/flowonboarding/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/flowonboarding/)
을 [RSS](https://plugins.trac.wordpress.org/log/flowonboarding/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.11.0

 * All features are now free and unrestricted: unlimited funnels, personalised result
   tokens, estimated revenue in Analytics.
 * Removed: license/upgrade screens, locked (“Pro”) interface elements, the bundled
   Freemius SDK, the template gallery, the custom CSS option, and the front-end “
   Powered by” badge. The plugin makes no external requests.
 * Internal rename: all functions, classes, options, tables, script handles, and
   AJAX actions now use the `flowon_` / `FLOWON_` prefix; the shortcode is now `[
   flowonboarding id="123"]`.
 * Inline styles moved to `wp_add_inline_style()`; per-funnel colours are attached
   to the enqueued stylesheet.
 * Fix: step answers are now stored with their real step IDs (a type mismatch could
   previously overwrite earlier answers in a session).
 * New: conversions are recorded when a visitor clicks the paywall CTA, so Analytics
   conversion stats work end-to-end.
 * New: “Delete all data on uninstall” setting is now honoured by a proper `uninstall.
   php`.

#### 1.10.x

 * Builder, paywall, redirect, and rendering fixes; fullscreen takeover mode; live
   preview improvements. See earlier tags for details.

#### 1.9.x and earlier

 * Initial development: funnel builder, paywall screen, analytics, shortcode and
   block embeds.

## 기초

 *  버전 **1.11.0**
 *  최근 업데이트: **2주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.2**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/flowonboarding/)
 * 태그:
 * [funnel](https://ko.wordpress.org/plugins/tags/funnel/)[onboarding](https://ko.wordpress.org/plugins/tags/onboarding/)
   [paywall](https://ko.wordpress.org/plugins/tags/paywall/)[quiz](https://ko.wordpress.org/plugins/tags/quiz/)
   [subscription](https://ko.wordpress.org/plugins/tags/subscription/)
 *  [고급 보기](https://ko.wordpress.org/plugins/flowonboarding/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/flowonboarding/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/flowonboarding/reviews/)

## 기여자

 *   [ Gregory Moise ](https://profiles.wordpress.org/gnkapps/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/flowonboarding/)