• If I try to edit a gravity form, I just can’t select any elements or inputs. I basically can’t edit any form.

    The error is located on this bit of code that PilotPress adds to the Gravity Forms pages:

    jQuery("#pp-lf-"+value+"slider").slider({
         value: 320,
         min: 200,
         max: 1000,
         step: 10,
         slide: function(event, ui)
         {
             $psvalue.val( ui.value + 'px');
         }
         });

    Chrome throws the error stating that “slider” is not a function.

    If I deactivate pilotpress the error goes away and I can edit any form as usual. Can you please update the plugin to resolve this conflict?

  • The topic ‘Conflict with Gravity Forms’ is closed to new replies.