form-cro
優化表單轉換率
表單常因摩擦力過大、欄位過多或設計不良而失去用戶。本技能提供系統性指導,審核表單、識別流失點,並實現在捕獲必要數據的同時提高完成率的變更。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「form-cro」。 Audit this contact form: 8 fields (name, email, phone, company, role, budget, timeline, message), 15% completion rate on desktop, 8% on mobile.
預期結果:
- ## Form Audit Results
- **Priority Issues:**
- 1. **High Impact** - Too many required fields (8 fields causing 25-50%+ drop-off)
- Fix: Reduce to essential 3-4 fields. Make phone, company, budget, and timeline optional.
- 2. **High Impact** - Mobile completion 8% vs 15% desktop
- Fix: Increase touch targets to 44px, use appropriate keyboards, sticky submit button.
- 3. **Medium Impact** - Sensitive fields early in form
- Fix: Move phone, budget, and timeline after email and name.
- **Recommended Field Order:**
- 1. Name (single field)
- 2. Email (with typo detection)
- 3. Message (optional)
- 4. Company (optional, auto-enrich from email)
- 5. Phone, Budget, Timeline (all optional)
- **Mobile-Specific Changes:**
- - 44px minimum touch targets
- - tel: keyboard for phone
- - Sticky submit button
- - Single column layout only
正在使用「form-cro」。 Create a multi-step quote request form for a B2B SaaS company.
預期結果:
- ## Multi-Step Quote Form Design
- **Step 1: Basic Info (Low Friction)**
- - Name (required)
- - Email (required)
- - Company (optional)
- **Step 2: Needs Assessment**
- - Company size (dropdown)
- - Current tools (multi-select)
- - Primary challenge (dropdown)
- **Step 3: Project Details**
- - Budget range (dropdown)
- - Timeline (dropdown)
- - Team size (dropdown)
- **Step 4: Contact Preferences**
- - Preferred contact method (radio)
- - Phone (if preferred contact)
- **Progress Indicator:** Step 1 of 4 - Basic Info
- **Key Features:**
- - Progress bar showing completion
- - Back button on each step
- - Data saves if they refresh
- - CTA: 'Get Your Custom Quote'
安全審計
安全This is a documentation-only skill containing instructional content for form optimization. The static scanner produced false positives by misidentifying markdown formatting (backticks) as shell commands and common business terminology as security issues. No executable code or security risks present.
品質評分
你能建構什麼
電子商務結帳優化
分析和改進結帳表單以減少購物車遺棄並增加完成購買次數。
潛在客戶生成活動設置
為封閉內容、電子報和演示請求設計高轉換率的潛在客戶捕獲表單。
申請表單簡化
減少工作申請、調查和多步驟申請流程中的摩擦力。
試試這些提示
I have a [type] form with [number] fields. The current completion rate is [rate]%. Can you audit it and identify the top 5 issues causing drop-off?
I need to create a [type] form to capture [data points]. What fields should I include, in what order, and what are the best practices for each field type?
My [type] form has a [X]% lower completion rate on mobile compared to desktop. What mobile-specific changes should I make to improve the mobile experience?
I have a complex [type] form with [number] fields. Design a multi-step form structure with [number] steps that follows the progressive commitment pattern.
最佳實務
- 盡可能將表單限制在 3-6 個欄位。每增加一個欄位都會顯著降低完成率。
- 從最簡單的欄位開始(姓名、電子郵件),以在要求敏感資訊之前建立承諾。
- 在行動裝置上使用單欄位佈局,觸控目標至少 44px,並使用適當的鍵盤類型。
- 實施內聯驗證,在使用者離開欄位時觸發,而非在輸入時,以避免讓使用者感到沮喪。
避免
- 在向用戶展示價值之前要求過多的欄位。
- 使用佔位符文字作為標籤,這會在使用者開始輸入時消失。
- 要求確認欄位如「確認電子郵件」,這些欄位增加摩擦力但沒有增加價值。
- 在驗證錯誤時清除表單資料,迫使使用者重新輸入資訊。