apex_generate_wizard
Build multi-step wizards (2-6 steps) with progress bars, items, and navigation buttons for Oracle APEX. Configure step definitions and start page to generate interactive forms.
Instructions
Generate a multi-step wizard (2-6 steps) with progress bar, items, and navigation buttons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | List of step definitions. Each dict: { "title": "Step 1: Basic Info", "items": [ {"name": "NOME", "label": "Full Name", "type": "text", "required": True}, {"name": "EMAIL", "label": "Email", "type": "text"}, ] } | |
| auth_scheme | No | Authorization scheme name. | |
| wizard_title | No | Wizard header title. | Wizard |
| start_page_id | Yes | First step page ID. Subsequent steps use start_page_id+1, +2... | |
| finish_redirect_page | No | Page to redirect to on final step submit. Defaults to page 1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |