Please am using seblod user registeration form. it has been working but suddenly it stopped submitting when i click the submit button. i check of there are jave script errors on my page and i got this
JCck.Core.submit = function(task) { if (task == "cancel") { JCck.Core.submitForm(task, document.getElementById("seblod_form")); } else { if (jQuery("#seblod_form").validationEngine("validate",task) === true) { if (jQuery("#seblod_form").isStillReady() === true) { jQuery("#seblod_form input[name='config[unique]']").val("seblod_form_level_1_registration"); JCck.Core.submitForm(task, document.getElementById("seblod_form")); } } } }
Please what is the cause as i see that its not a plugin issue.