Again, Joomla 1.5
Added "image field" to the project, appended Item form with with field and it Causes following error (firebug):
document.formvalidator.submitform is not a function
http://***.***.***.***/administrator/index.php?option=com_test&view=testsitem&layout=testsitem&Itemid=0&lang=
Line 248
var submitbutton = function(pressbutton)
{
document.formvalidator.submitform(document.adminForm, pressbutton, function(pressbutton){
return submitform(pressbutton);
});
return false;
}
I assume there is some conflict between js validator and image input field. (Image Input is most certainly the problem, bacause when I remove this field from the form everything works great)
Gonna check if file input produces the same error