Save Form with Data
Last updated
Last updated
The Save Form with Data
block is used to trigger a form submission using the data entered by the user or with custom data. You can use this block if you plan on implementing your own submit element.
If omitted, the block will trigger form submission using the data entered by the user. In this case the input will be validated first before proceeding to the submission step.
The block consists of an optional that accepts an value representing the custom data to be submitted. If a valid value is attached, the system will skip the input validation step and proceed directly to the submission step.
This block only works when used in Form type pages. See to learn about how forms work.