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.

Clearit

  1. R Chilton
    Member

    When I have gravity forms embeded in a page via the dashboard or with a widget the clearit function does not seem to work. I have used in on many other sites without a problem but on this site it does not work.

    918nawreck.com

    Thanks for the help
    Renee
    renee@whistlerworks.com

    Posted 11 years ago on Monday November 26, 2012 | Permalink
  2. You are including the clearit script in the page before jQuery is loaded. Because the clearit script relies on jQuery, it won't work when they are included in the page like this. You will have to move the clearit script to come after jQuery is included, or you can properly enqueue the clearit script so that the jQuery it depends on is loaded first.

    If you move the clearit script so it's included after jQuery, I think you will find that it works.

    Posted 11 years ago on Tuesday November 27, 2012 | Permalink