You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
My react app sends formio forms to camunda bpe. I’m having a bit of an odd issue using @formio/react: sometimes it doesn’t call the provided onSubmit handler. That seams to happen in two cases: 1. when I set the form submission; 2. when I have subForms in the form. When the anomaly happens, I see a POST request that tries to persist the submission to the apiBaseUrl (and fails, obviously, because there’s no backend there).
Could someone help me understand what triggers the “default” submission as opposed to the custom one? I think that is the use case for the nosubmit=true option of the formio.js but I think it is not present as an option for the Form component.
thanks
The text was updated successfully, but these errors were encountered:
To better help you with your issue could you please provide the form json for both of your cases? I am also unsure what you mean by "Could someone help me understand what triggers the “default” submission as opposed to the custom one?" What do you mean by custom one?
Hi,
My react app sends formio forms to camunda bpe. I’m having a bit of an odd issue using @formio/react: sometimes it doesn’t call the provided onSubmit handler. That seams to happen in two cases: 1. when I set the form submission; 2. when I have subForms in the form. When the anomaly happens, I see a POST request that tries to persist the submission to the apiBaseUrl (and fails, obviously, because there’s no backend there).
Could someone help me understand what triggers the “default” submission as opposed to the custom one? I think that is the use case for the
nosubmit=true
option of the formio.js but I think it is not present as an option for the Form component.thanks
The text was updated successfully, but these errors were encountered: