Hi!
I have a seblod form that I use to create projects using base of article. After creating a new project using my form, I tried edit it, but button "Save and close" isn't working. I saw console erros, and is showed "TypeError: jQuery(...).validationEngine is not a function", highlighting this line: JCck.Core.submit
= function(task) { if
(jQuery("#seblod_form").validationEngine("validate",task) === true) { if
(jQuery("#seblod_form").isStillReady() === true) { jQuery("#seblod_form
input[name='config[unique]']").val("seblod_form_new_project");
Joomla.submitform(task, document.getElementById("seblod_form")); } } }
I did not edit any code associated with SEBLOD, and I don't know what is causing error.
Anyone can help?