I believe that the source of the problem is cforms.js
cocoon.forms.submitForm = function(element, name) {
...
forms_onsubmitHandlers = new Array();Removing the above line seems to solve the problem. Any reason why that line should be there? Can it be removed? Regards, Eric Meyer
