• Hi,

    We created a multi-page form using Page field. We placed several sliders in the 3rd page. Upon checking, every time we click next, it is triggering the change event of those slider. The problem is if you have 5 sliders, it is calling the change event 25 times which makes the form very slow/laggy especially in our case as we have a calculation/formula in placed.

    In slider.js, you have this code in line 100:
    $('.gfield .slider').trigger('change');

    Can you fix this please.

    Regards

    • This topic was modified 4 years, 8 months ago by Xmod08.
    • This topic was modified 4 years, 8 months ago by Xmod08.
  • The topic ‘Slider Change Event Trigger Multiple Times’ is closed to new replies.