Vertical Slider modifies text field. Condition on text field is not triggered.

  • carambamoreno
    Asked on March 1, 2015 at 7:46 PM

    Hello.

    I created this example:

    http://carambamoreno.com/wanderlust/jotform.html

     

    It has a vertical slider.

    The slider changes the first text field value.

    That text field has a condition that at the same time recalculates the other two text fields.

    The problem:

    When the slider changes the first text field, the others two aren't recalculated.

    Only when I click on the first text field and then click outside do the calculations happen.

     

    Can you help me check it out?

  • Welvin Support Team Lead
    Replied on March 2, 2015 at 7:52 AM

    Hi,

    The form direct URL gives me no problem: http://www.jotform.co/form/50597508336866. It looks like the calculation will only work if a keyboard key is clicked. In this case, the number keys. To fix this, I think you need to add an onchange function to the input boxes.

    Why not use our Slide widget  to do the calculation? http://widgets.jotform.com/widget/slider. You should be able to accomplish the same using this widget without using and modifying the source codes.

    Thanks