---
updatedAt: 2026-09-01T16:18:52.000Z
---

Fetch the complete documentation index at: https://developers.wabbit.gg/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Wait for Modal Submit

# Wait for Modal Submit

Pause and capture the values from a form shown by Show Modal

> **Note:** Must immediately follow a show\_modal step at the same nesting level — this ordering is load-bearing at runtime, not just a save-time check. The example here validates against a synthetic show\_modal step the docs pipeline supplies.

## Fields

| Field       | Type           | Required | Description                       |
| ----------- | -------------- | -------- | --------------------------------- |
| `timeoutMs` | number         | no       | Defaults to 600,000ms.            |
| `onTimeout` | array of steps | no       | Steps run if the pause times out. |

## Example

```json
{
  "id": "01H8XGJVBWX7Y5Z3K9M2N4P6Q1",
  "type": "wait_for_modal_submit"
}
```