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.

mysitemyway, gravity form multi page - section headings disappear - ajax

  1. Hi,
    multipage form in ajax mode in mysitemyway theme. exmple: http://divorcedocuments.ca/alberta-application/

    form header, section header displays on page 1, not on page 2, when pressing prev back to page 1, headers/section headers are 'invisible' (but exist in 'view source')

    mysitemyway tech support suggested I ask you *******
    "Elliott
    Support
    PM this user
    I see. Since that info is grabbed via Ajax, Cufon is not converting it. I would contact the plugin authors and ask them how to call this,
    Cufon.refresh();
    After Ajax gets done.
    Or you can add this CSS,
    h2 { opacity: 1 !important; }
    But the font won't be converted to Cufon.
    "

    *************************
    i'm a newbie and this makes no sense to me - can you help?
    thanks a lot.
    dean.

    Posted 11 years ago on Thursday February 14, 2013 | Permalink
  2. To ensure Cufon is loaded on every page of a multi-page form, you will need to use the gform_page_loaded function:

    http://www.gravityhelp.com/documentation/page/Gform_page_loaded

    The example on that page specifically mentions Cufon.

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  3. thanks - where would I put the suggested code from
    http://www.gravityhelp.com/documentation/page/Gform_page_loaded

    thx

    sorry, I'm brand new at this.

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  4. That script will go in the head of the page where the form is being loaded. That is normally added to the theme's header.php file. You can load it conditionally if you need to, but you can just add it to the head of the page right before the closing </head> tag. When you've done that, we'll take a another look at your page.

    Posted 11 years ago on Monday February 18, 2013 | Permalink