PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

character error

  1. 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:

    http://pastie.org/2143156

    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.

    Posted 12 years ago on Saturday June 25, 2011 | Permalink

This topic has been resolved and has been closed to new replies.