I'm using Joomla with the ChronoForms plugin. When I use validation on the forms, it obviously requires the ChronoForms JS and CSS to be loaded. The problem is that it loads into the body of my page and not the head tag. It is very important that every page validates as XHTML Transitional and, of course this is preventing any of my forms from validating.
Is there any way to get the JS and CSS to load between the head tags instead of the body?
Is there any way to get the JS and CSS to load between the head tags instead of the body?