Viewing 8 replies - 1 through 8 (of 8 total)
  • Second this!

    Third! ??

    Plugin Author uamv

    (@uamv)

    Thanks for the suggestions. This would be a very useful feature. Not sure when I’ll be able to give this plugin some attention, but will add this to my list.

    Treeofl1

    (@treeofl1)

    This code should update the merge tags dynamically when the slider changes, in order to perform calculations:

    jQuery(document).ready(function($) {
    $('.gfield').mouseup(function() {
        $('.gfield .slider').trigger('change');
    });
    });
    Plugin Author uamv

    (@uamv)

    Thanks, @treeofl1! I’ll give this a try and see about adding it in.

    dande82

    (@dande82)

    @treeofl1, where should we add that part of the code to make it works? thanks!

    Plugin Author uamv

    (@uamv)

    Good news. I have an update for this! I’ll try to commit it tomorrow. It won’t have the merge tags listed in the dropdown for calculations, but will allow the use of their merge tags in the calculations.

    dande82

    (@dande82)

    @uamv cool, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Enable calculations to insert slider fields as a merge tag’ is closed to new replies.