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.

Form not showing at all in IE8

  1. Supersally
    Member

    I'm using a Wordpress site to basically serve as a hosting platform for Gravity Forms that I'm then iframing in to a non-Wordpress site. it's a bit of a mess--I know--but I can't find a single plugin for Joomla that I like and does what I need it to do.

    So I took the basic theme (2011) and stripped the header and footer, leaving just the form. Everything is working great except in IE8. No one in my office can see the forms if they'e running IE8.

    This is not a theme or plugin incompatibility as I have no other themes or plugins besides an SMTP plugin.

    Any suggestions?

    http://historykygov.qx.net/webforms/?page_id=18

    http://historykygov.qx.net/webforms/?page_id=28

    ETA-When I bring the header back, you can see the form in IE8. So I'm thinking it's something with the header maybe? Leaving the header in isn't an option, though.

    Posted 12 years ago on Friday November 16, 2012 | Permalink
  2. You don't need the whole header but you do need a call to wp_head(). If that's not an option for you, you will need to enqueue your own scripts and styles using the gravity_form_enqueue_scripts function:
    http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Posted 12 years ago on Saturday November 17, 2012 | Permalink
  3. Supersally
    Member

    Thanks, I'll try this!!

    Posted 12 years ago on Sunday November 18, 2012 | Permalink
  4. Let us know how it goes.

    Posted 12 years ago on Sunday November 18, 2012 | Permalink