I have problems with validation then I'm reading the document about jQuery problems and it says that I should to put this code in a Load JS action
When I Save the form I get this
I don't know what is my mistake. I'm using joomla 1.5.26 and the last chronoforms version.
window.addEvent('domready', function() {
if ( typeof jQuery != 'undefined' ) {
jQuery.noConflict();
}
});
When I Save the form I get this
}
});
I don't know what is my mistake. I'm using joomla 1.5.26 and the last chronoforms version.