I use FormHandler quite a while now, thanks for all the effort the developers put into it! Now I'm stuck with something, hopefully someone can help me out...
What whould be the best approach in saving a formhandler form without loading the page again? I use the AjaxValidation, which is great btw, but was wondering if there might be something to validate all fields in one time and if that succeeds, save the data into the database.
The solution is for a CRM package where users have three buttons:
"Save", "Save and Stay", "Cancel". Obviously, this questions belongs to the Save and Stay functionality.