Skip to content

Conversation

@adrum
Copy link
Contributor

@adrum adrum commented Feb 5, 2026

Fix error handling in form submission by adding error logging. When an error would occur during ajax calls the backend resulted in a 400 or 500 level code, it just spins forever. This at least improve the experience by dispatching the Ajax error event and unlocking the submit button.

Fix error handling in form submission by adding error logging. When an error would occur during ajax calls the backend resulted in a 400 or 500 level code, it just spins forever. This at least improve the experience by dispatching the Ajax error event and unlocking the submit button.
@kjmartens
Copy link
Contributor

Thanks for this @adrum. I'll have a developer check into it shortly 🙂

@gustavs-gutmanis
Copy link
Contributor

Thanks a lot for the PR @adrum!

Since you're not using an arrow function - this context is not bound correctly and would not unlock the submits, but I've implemented the change on our end and will commit and we will release it in the next release!
Thanks again for the suggestion and PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants