Submit a response to a Rootr form
rootr_submit_form_responseSubmit an authenticated response to a Rootr FORM by providing the form ID and values keyed by field id. Retrieve field ids by reading the form first.
Instructions
Submit one response to a Rootr (루터) FORM on behalf of the caller (authenticated submission, not the public/anonymous share-link flow). values is keyed by field id — call rootr_read_form first to get the exact field ids and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | FORM node id | |
| values | Yes | Response values keyed by field id |