<fx-send>

Description

Triggers a submission. Submission with given id must exist otherwise error is thrown.

Attributes

NameDescription
submissionrequired idref to fx-submission element. Also supports ‘#reload’ which just reloads the window.
targetoverwrites target attribute of submission - may contain template expressions
urloverwrites url attribute of submission - may contain template expressions

Attributes that overwrite submission attributes are set once per execution. Calling the same submission again without such an attribute falls back to the value on fx-submission element.

Events

NameDescription
loglog event is dispatched in case submission id cannot be found

Examples