After i installed the jobs search module i started to get this error every time i try to edit my articles at the front end of my site: TypeError: form.onsubmit is not a function.
If i uninstall the module everything goes back to normal!
I found some fixes online like deleting the following lines:
try {
form.onsubmit();
} catch(e) {
alert(e);
}
at components/com_contentsubmit/views/article/tmpl. But it didnt work!
I was wondering if someone could help me with this issue!
Thank you very much!