Site is http://lahmannlaw.com/ (WP 3.4.2 GF 1.6.10) and form is in right sidebar being called from a widget. OK so I read everything I could find about enqueue and I tried adding this line to my existing functions.php:
gravity_form_enqueue_scripts(3, true);
I also tried to put it in the head section using a hook before the closing </head> tag:
<?php
gravity_form_enqueue_scripts(3, true);
?>
Complete validation error page at http://lahmannlaw.com/images/validator.pdf
Thanks - Regards, Mal