To submit a form.
formsApi.submit()
There is a callback being made after a form is submitted. This can be used to send user data to external systems.
formsApi.onSubmitted(() => {
// External call to register a submitted form.
})
To submit a form.
formsApi.submit()
There is a callback being made after a form is submitted. This can be used to send user data to external systems.
formsApi.onSubmitted(() => {
// External call to register a submitted form.
})