RUAL Documentation

get form data

This block is part of the ui group and was last modified in core v13.0.2.

get form data Deprecated since v13.0.2 v13.0.2

Returns an object with all the fields from a form selected by an outlet id

Pin Pin Type Default
flow
flow
Selector
Selector to be used when this outlet is used multiple times within the current page.
value
Filepath
If files were uploaded in this form, they will be moved from the temp directory to the given filepath.
value
Pin Pin Type Example
flow
flow
Form data
object
Mutations: all
Returns all fields as mutations
mutations
Mutations: changes
Only returns the changed fields as mutations
mutations
file
Will return all files uploaded in this form
file
Valid
condition
Failed
Returns an array with an object for each failed validation check, containing the key "error" with a description of the error and the key "field" with the fieldname.
array

Core Releases

v13.0.2 This block was introduced in v13.0.2, click here to see the release notes. v13.0.2 This block was deprecated in v13.0.2, click here to see the release notes.
Back to ui Return to the main group to view all sub-groups Back to UI Return to the group to view all blocks within this group