I get the following error (multiple times) when trying to validate the XHTML on a page with a Gravity Form embedded (and using AJAX):
character "<" is the first character of a delimiter but occurred as data
Here's the script that is embedded in the Page by Gravity Forms that seems is triggering the errors http://pastebin.com/33M8qLgg .
Here are the actual validation errors from w3.org:
I think if I wrapped the script inside the < script > tags in a CDATA block
<script type="text/javascript">
//<![CDATA[
regular gravity forms stuff here
//]]>
</script>
it would be OK, but how would I go about doing that?
The site is not live yet so I can't give you a URL.