diff --git a/packages/frontend-core/src/utils/utils.js b/packages/frontend-core/src/utils/utils.js index 3f5fa5d3a0..75c2f0b675 100644 --- a/packages/frontend-core/src/utils/utils.js +++ b/packages/frontend-core/src/utils/utils.js @@ -281,6 +281,12 @@ export const buildMultiStepFormBlockButtonConfig = props => { size: "M", disabled: currentStep === stepCount - 1, onClick: [ + { + "##eventHandlerType": "Validate Form", + parameters: { + componentId: `${_id}-form`, + }, + }, { parameters: { type: "next",