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.

Errors in IE and Slow load time

  1. Message: Object doesn't support this property or method
    Line: 203
    Char: 5
    Code: 0
    URI: http://coldsawblade.net/wp-content/plugins/gravityforms/js/gravityforms.js?ver=1.6.2.1.1

    Error is received in Internet Explorer and load time for the form page is very slow, how can both this error be fixed and increase load time. There were many css changes I needed to make for each of the 34 forms on the page and was hoping they could be condensed?

    the site sits at http://coldsawblade.net

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  2. Richard Vav
    Administrator

    Which version of IE are you seeing this error in, I am not seeing that error in IE9. The only error I can find is a missing image file and that is being reported by chromes developer panel.

    As for condensing your css customisations for the forms I would start be replacing all the individual wrapper css with something like this targeting the wrapper class rather than the id's

    body .gform_wrapper .gform_footer {
        width:auto;
        position:absolute;
        top:30px;
        left:650px;
        padding:0;
        margin:0;
    }

    You could do the same with your saw blade size label, go into the field settings and apply a custom class name of your own and then target it with one css rule in a similar way to the above example.

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  3. The error shows up in IE 8.

    Appreciate your css suggestions, I will try to implement those today and see if it increases speed, although 34 forms on 1 page is surely a contributing factor. :)

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  4. I fixed a bit of the css but still having slow load times and IE8 issues.. has anyone seen issues with multiple forms on a page and IE8?

    Posted 12 years ago on Saturday February 25, 2012 | Permalink