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://tw.wordpress.org/plugins/flowonboarding/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/flowonboarding/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/flowonboarding/#installation)
 * [開發資訊](https://tw.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 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   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.

## 常見問題集

### 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/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/flowonboarding/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/flowonboarding/)。

## 變更記錄

#### 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 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/flowonboarding/)
 * 標籤:
 * [funnel](https://tw.wordpress.org/plugins/tags/funnel/)[onboarding](https://tw.wordpress.org/plugins/tags/onboarding/)
   [paywall](https://tw.wordpress.org/plugins/tags/paywall/)[quiz](https://tw.wordpress.org/plugins/tags/quiz/)
   [subscription](https://tw.wordpress.org/plugins/tags/subscription/)
 *  [進階檢視](https://tw.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/)