state: get uploaded fileGet a recently uploaded file. The file is stored on a temp. dir, move it if you want to keep it.
A unique ID for the form. Used to retrieve the file File succesfully uploaded Returns true if a file was found. Original file name given when uploaded Original file mimetype given when uploaded Original file size given when uploaded state: get keyGet given key from the current UI state.
The name of field to grab from the current UI state. Can be deep-key (e.g. form.name
) state: is emptyChecks if the given field is empty.
Returns true
if the given field is empty. state: custom is emptyChecks if a custom field is empty.
The name of field to grab from the current UI state. Can be deep-key (e.g. form.name
) Returns true
if the given field is empty. state: is not emptyChecks if the given field is not empty.
Returns true
if the given field is not empty. state: custom is not emptyChecks if a custom field is not empty.
The name of field to grab from the current UI state. Can be deep-key (e.g. form.name
) Returns true
if the given field is not empty.