create_form
Create form layouts with labeled inputs, validation states, and a submit button for collecting user data.
Instructions
Create a form layout with labeled inputs, validation states, and submit button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields: [{ label, type: "text|email|password|select|textarea", required }] | |
| submitLabel | No | Submit button text (default: Submit) | |
| brandColor | No | Accent color | |
| parentId | No | Parent node |