Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add save button to form that waits for server side validation before send #26

Open
sweh opened this issue Dec 4, 2015 · 0 comments
Open

Comments

@sweh
Copy link
Owner

sweh commented Dec 4, 2015

Originally reported by: Florian Pilz (Bitbucket: florianpilz, GitHub: florianpilz)


When using a form with a save button, you currently have to manually check that all fields were successfully saved before submitting the form. It would be great if gocept.jsform provides a custom save button, that by itself calls save_remaining and waits for successful responses.

There already is some support build into gocept.jsform to do so, but the integration must be done manually in each project. Very cumbersome, since this behaviour is needed in almost any form. (When typing into an input field and clicking save before it lost focus you need to make sure the filed was saved before performing the submit.)


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

No branches or pull requests

1 participant