form-publishing
Installation
SKILL.md
Form Publishing
Form Lifecycle
Forms move through three statuses:
| Status | Meaning | Public access |
|---|---|---|
draft |
Work in progress, not publicly available | No |
published |
Live and accepting responses | Yes |
closed |
No longer accepting responses | Shows closed message |
Publishing a Form
# Create as draft (default)
pnpm action create-form --title "Survey" --fields '[...]'