-
Hi Team, Currently I'm using step wizard using First Try Second Try |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @heriparid 👋, const stepsForm = useStepsForm({
submit: (values) => {
console.log(values);
},
}); |
Beta Was this translation helpful? Give feedback.
Hey @heriparid 👋,
Thank you for contacting us! You can override submit function of useStepsForm hook ⚡️