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.
The block consists of an optional Value Parameter that accepts an object 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.
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.
This block only works when used in Form type pages. See Working With Forms to learn about how forms work.