JSON Schema Submit

Hey team,

Submitting a JSON schema ends up not working at all on (schema.submit() doesn't do anything) while clicking on the button opens a page with urlparams populated instead of doing the submit action.

Version 3.42.0 on-prem.

1 Like

This is a confirmed bug - replicable on 3.97.0 cloud as well, if JSON schema form is within a form it completely breaks, moving it outside of form fixes the issue.

1 Like

HI @stefancvrkotic, I was able to reproduce it and created the bug report. Thanks for your feedback! Please let us know if you need help finding a workaround.

The only workaround is realizing it's happening and moving JSON schema outside of form and tweaking UI in a different manner.

The most difficult part here is realizing the bug / why it's happening as there are no errors.