update_tally_form
Modify an existing Tally form by updating its name, status, blocks, and settings, including language, submission limits, notifications, and styling, to customize functionality and presentation.
Instructions
Update an existing Tally form with comprehensive options including name, status, blocks, and settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | No | Array of form blocks/questions. Each block represents a form element like text input, multiple choice, etc. Use get_tally_block_types tool to see all available block types and their structures. | |
| formId | Yes | The ID of the form to update | |
| name | No | The name/title of the form | |
| settings | No | Form settings object | |
| status | No | The status of the form |