/install cro-form-design
Form Design That Reduces Abandonment
When to Use
Use this skill when forms on sign-up pages, checkout flows, or lead generation pages have high abandonment rates.
Core Rules
1. Use Inline Validation, Not End-of-Form Errors
Showing validation errors only after the user clicks submit forces them to hunt for mistakes in a completed form. Inline validation — showing "✓ Valid email" or "Password must be 8+ characters" as the user types — reduces form errors and abandonment.
2. Label Every Field Above the Input, Not Inside
Placeholder text disappears when users start typing, leaving them unable to remember what the field asked for. Labels above inputs remain visible throughout form completion. This is especially critical on mobile where field labels must remain visible while the keyboard is open.
3. Match Keyboard to Input Type
Declare input types explicitly: type="email" for email fields, type="tel" for phone numbers, type="number" for numeric inputs. On mobile, this triggers the appropriate keyboard (email keyboard, number pad) and reduces data entry friction significantly.
4. Group Related Fields Logically
Users process forms faster when related fields are grouped: contact information together, billing information together, preferences together. Mixing unrelated fields increases cognitive load and perceived form length.
5. Make Error Messages Specific and Actionable
"Invalid input" is useless. "Please enter a valid email address (example: [email protected])" tells users exactly what to fix. Error messages should explain what went wrong and how to correct it — not just flag that something is wrong.
Quick Reference
| Form Element | Best Practice |
|---|---|
| Field labels | Above the input, always visible |
| Error messages | Inline, specific, actionable |
| Required fields | Mark optional, not required |
| Submit button | Action verb + what happens next |
| Success state | Immediate, specific confirmation |
Common Mistakes to Avoid
- Making all fields required when optional fields would improve data quality
- Using red color for form borders before users have interacted — creates anxiety
- Clearing the form on submission error — forces users to retype everything
Test Your Product with Racoonn
After applying these practices, validate with real AI-simulated user testing.
Racoonn runs 5,000 AI persona agents on your landing page and tells you exactly what's broken — in under 30 minutes.
→ API coming soon — Join the waitlist for early access: racoonn.me
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cro-form-design - 安装完成后,直接呼叫该 Skill 的名称或使用
/cro-form-design触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cro Form Design 是什么?
Design forms with inline validation, visible labels above inputs, proper keyboard types, logical field grouping, and clear, actionable error messages to redu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Cro Form Design?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cro-form-design」即可一键安装,无需额外配置。
Cro Form Design 是免费的吗?
是的,Cro Form Design 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cro Form Design 支持哪些平台?
Cro Form Design 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cro Form Design?
由 WellyXY(@wellyxy)开发并维护,当前版本 v1.0.0。