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.

jQuery error whan using gform_post_paging

  1. I need to modify the number displayed in progressbar title dynamically in a multipage form and I use this hook gform_post_paging for this purpose.

    However, I get an error when I call this on the subsequent pages:
    jQuery('.gf_progressbar_title').text('Step 2 af 3');
    Firbug tells me that jQuery is not defined.

    Any idea of how I can fix this?

    Thanks
    Vayu

    Posted 12 years ago on Saturday May 19, 2012 | Permalink
  2. David Peralty

    Try just $('.gf_progressbar_title').text('Step 2 af 3'); and let me know if that works.

    Posted 12 years ago on Monday May 21, 2012 | Permalink
  3. Hi David.
    Thanks for helping, I have also tried that, but it causes the same error.

    Posted 12 years ago on Monday May 21, 2012 | Permalink