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.

Gravity Form Formatting

  1. Peeyush Gupta
    Member

    I am using your gravity form in our website.
    Here is the link.
    http://www.dailyhostnews.com/submit-your-hosting-company

    But the your form is not showing properly, I have seen it in preview, there it is showing properly. But in my website.
    Kindly have a look my problem, resolved it asap.

    I am looking forward your reply.
    Thanks
    Peeyush Gupta

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink
  2. You're using an old version of the plugin and old version of WordPress. We recommend keeping up to date with all the software.

    However, it looks to me like you are missing a closing script tag for this script in the <head> section of your page:

    <script type="text/javascript" src="http://www.dailyhostnews.com/wp-content/themes/dhn/interstitial.js">

    Change it to this:

    <script type="text/javascript" src="http://www.dailyhostnews.com/wp-content/themes/dhn/interstitial.js"></script>

    And we'll take another look.

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink
  3. Validation errors, mostly caused by that missing closing script tag:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.dailyhostnews.com%2Fsubmit-your-hosting-company

    Posted 11 years ago on Wednesday October 31, 2012 | Permalink