I am working in Symfony 1.0 launching a Thickbox modal window that contains a form, which is being validated on the fly using LiveValidation. The modal window launches fine, however the LiveValidation plugin is getting an error, saying that "ReferenceError: Can't find variable: LiveValidation" and then referencing various variables I am passing through the URL on launch of the modal. LiveValidation seems to have little-to-no real documentation, so I'm hoping someone might have some insight as to any solutions or work-arounds (short of ditching LiveValidation for another plugin as I got the plugin working fine on other forms on my site).