jQuery Validation Plugin Separate Error placements

jQuery Validation Plugin Separate Error placements

Still on this plugin...

http://bassistance.de/jquery-plugins/jquery-plugin-validation/

I have a form (of many) that I'm trying to display the error messages for. But the catch is that I don't want all of them to be displaying using the same errorContainer.

Some elements I want to display the way the default is set to display, as a label appended to the invalid element. But there is a block at the bottom that I want it to show all of those elements' errors an an Error container I have set aside for it.

But once I added this container, I saw that other errors in other parts of the form above this were also being put down here, which doesn't flow at all.

Can I specify specific containers for specific parts of the same form? Or placement for specific elements?

Thanks!