Status fields are teh special case in ConfiForms and their values are constants. See Documentation
Status | 5.0+ | This field type permits easy grouping and presentation for entered data. Each status level is color-coded to foreground data groupings. Important Filtering by the status field can be a bit complex because each color has a constant value which is stored with the data according to this pattern:
|
Status field has the followng statuses and is called "statusField"
All fields
My status field |
My text field |
---|---|
grey | just grey |
the green one | with gree status |
red alert | red red code red |
grey |
filtered by "status value GREEN" (constant success)
statusField:success
My status field |
My text field |
---|---|
the green one | with gree status |
filtered by "status value GREEN" (constant success)
statusField.label:red alert
My status field |
My text field |
---|---|
red alert | red red code red |