The new version of Validation toolkit uses the Javascript forms[] collection instead of referring to the form by name.
this is because the xhtml strict doctype does not require a name for a form, only an id.
Can you post a link to a page that is not working? We can examine the code on the page and most likely determine what is going wrong.