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.

Validate Form Display

  1. In gravityforms/form_display.php, there is a chunk of code that handles the JavaScript for the form, but it contains elements that invalidates any page that contains the code, namely, the presence of < and > in within the script tag.

    Could we have "//<![CDATA[" . and "//]]>" . added between the script tags, so that it doesn't invalidate the page and get parsed?

    Posted 12 years ago on Monday May 23, 2011 | Permalink
  2. Here's a scrp.at of the fixed code that I use - http://scrp.at/0k

    Posted 12 years ago on Monday May 23, 2011 | Permalink