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 forms not working

  1. I just discovered that two important multi-page forms on my site were suddenly not appearing. I added the following code to my custom CSS, as recommended by someone in another post:

    .gform_wrapper { display: block !important; }

    but I'm still stuck with a very simple conditional on the fourth page that does not work (it shows some text and a link if a user chooses the Dwolla payment choice):

    http://alpinelakesdesign.com/web-courses/course-reservation/

    Is there anything being done to address this bug? The only other post responses were ambiguous about this.

    -- Lee

    Posted 12 years ago on Sunday April 15, 2012 | Permalink
  2. kyle
    Member

    Your site has javascript errors that are causing the issues:

    Line 144 : Uncaught ReferenceError: jQuery is not definedLine
    Line 160 (jquery-json-1.3.js) : Uncaught ReferenceError: jQuery is not defined

    I'd test for a theme/plugin conflict

    Posted 12 years ago on Sunday April 15, 2012 | Permalink
  3. Kyle,

    Thanks. I solved the conditional problem -- I had stupidly moved my jquery link to the bottom of my page template, so the Gravity call didn't like that.

    That doesn't, however, solve the problem of the form not displaying, but I can live with the workaround in the custom CSS. Just have to remember that for all sites.

    -- Lee

    Posted 12 years ago on Monday April 16, 2012 | Permalink
  4. David Peralty

    So your problems have been solved but required a CSS change?

    Posted 12 years ago on Monday April 16, 2012 | Permalink