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

In pins 2 + flow
  • flow
    flow
  • Selector
    value

    Selector to be used when this outlet is used multiple times within the current page.

  • Filepath v10.4.20
    value

    If files were uploaded in this form, they will be moved from the temp directory to the given filepath.

Out pins 6 + flow
  • flow
    flow
  • Form data
    object
  • Mutations: all
    mutations

    Returns all fields as mutations

  • Mutations: changes
    mutations

    Only returns the changed fields as mutations

  • file v11.2.1
    file

    Will return all files uploaded in this form

  • Valid v10.4.20
    condition
  • Failed v10.4.20
    array

    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.

Version history

Introduced in v13.0.2.

Deprecated since v13.0.2.

v11.3.0 This block or one of its pins was updated in v11.3.0, click here to see the release notes. v11.2.1 This block or one of its pins was updated in v11.2.1, click here to see the release notes. v10.4.47 This block or one of its pins was updated in v10.4.47, click here to see the release notes. v10.4.20 This block or one of its pins was updated in v10.4.20, 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