form-definition-v2-schema-properties-pages-pages-item-properties-next-next-item
Items Type
object (Next Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| path | string | Required | cannot be null | Form Definition V2 Schema |
| condition | string | Optional | cannot be null | Form Definition V2 Schema |
| redirect | string | Optional | cannot be null | Form Definition V2 Schema |
path
The target page path to navigate to
path
-
is required
-
Type:
string(Path) -
cannot be null
-
defined in: Form Definition V2 Schema
Path Type
string (Path)
condition
Optional condition that determines if this path should be taken
condition
-
is optional
-
Type:
string(Condition) -
cannot be null
-
defined in: Form Definition V2 Schema
Condition Type
string (Condition)
redirect
Optional external URL to redirect to instead of an internal page
redirect
-
is optional
-
Type:
string(Redirect) -
cannot be null
-
defined in: Form Definition V2 Schema
Redirect Type
string (Redirect)