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 Forms Pages + WP Lightbox Ultimate = Not Working

  1. I've created a lengthy web form using Gravity Forms. The form can be found here:
    Webform

    On each step of the form, there is a link at the top of the page. That link uses the WP Lightbox Ultimate YouTube shortcode. The shortcode has been added to the form using the HTML Gravity Form field. The video on the first step works.

    However, once you go to another step, the links stop opening in a Lightbox window and instead redirect the browser.

    Any thoughts as to why this isn't working? Seems like a jQuery conflict issue but I've got no clue how to fix it.

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  2. I don't see any jQuery conflict. However, you might need to load the scripts required for the lightbox on every page in your multi-page form. See the gform_page_loaded hook:

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

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  3. Thanks for the quick reply Chris!

    Maybe it's to early in the morning, but I'm not sure how to implement that code based on the instructions on that page.

    I've posted the link on the WP Lightbox Ultimate plugin forums, hoping they can fill in the missing information but if you have any other helpful information on how that applies to my code, I'm all ears. :)

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  4. you call also try form lightbox: http://wordpress.org/extend/plugins/form-lightbox/

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  5. Thanks for the tip iPhoenix. However, I'm trying to open some videos in a lightbox, not the form.

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  6. The name is kind of misleading, you can put anything in the lightbox // just gives you a lot of options for your modal so you can manipulate it to your site. If you have a youtube plugin with a shortcode [youtube], you can use:

    [formlightbox width="450" height="350"][youtube id="youtubeid"[/formlightbox]

    It all works, just geared towards use with forms.

    Posted 11 years ago on Thursday October 25, 2012 | Permalink
  7. Hi iPhoenix,
    Can't seem to get the youtube idea working as per your note above. Any tips?

    thanks

    Posted 11 years ago on Friday November 2, 2012 | Permalink