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.

Multi page form not displaying correctly

  1. Alex Vermeulen
    Member

    I made a 4 page form that does not display correctly on my web-site. Could this have to do with the Weaver theme? It works ok at the preview. The page with the form is:
    http://www.ingos-infrastructure.eu/?page_id=456

    I use the following code to get the form on the page:
    [gravityform id="2" name="InGOS TNA1 request Access to Supersites" ajax="true"]

    thanks in advance,
    Alex Vermeulen

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  2. Alex, have you tried activating one of the default WP themes, such as 2010 or 2011 and see if it works? Usually when the forms works in the Preview, but not on the site - it is a conflict of some kind.

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  3. Alex Vermeulen
    Member

    Well, the web-site is heavily used, so I'd prefer not to fiddle with this kind of thing. For this I would have to setup a clone site...

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  4. Alex Vermeulen
    Member

    I just tried the preview option in the Manage Themes menu and then 2010 and 2011 give the same result with pages underneath each other.

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  5. The "pages" are all actually in the markup, but hidden until needed with an inline "display:none" style attribute. If you look at the markup you'll see the style declaration in place. If you inspect the markup with Firebug or another developer tool you'll find the style is being stripped. This is usually due to a theme/plugin conflict.. some script is modifying the markup by the time the browser renders it.

    If you've already switched themes and the issue persists, then I would turn to other plugins as the most probable source of the problem. You will just need to do some testing to find out exactly where the issue originates.

    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  6. Okay, I copied your markup and started removing things. I found that when I removed the free ad stats code at the end of the page markup, the display issue went away so there's the source of the problem.

    You can see my test sans the ad stats code here. - http://j.mp/vIIkNl

    Hope that helps.

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  7. Alex Vermeulen
    Member

    Hi Kevin,

    Great, that worked, I deactivated AdFreeStats that advertises itself at the bottom of the page and now the form displays correctly as multi-page. Thanx!

    Posted 12 years ago on Tuesday November 29, 2011 | Permalink

This topic has been resolved and has been closed to new replies.