Hi there,

I need to write a javascript script that reads a calucaltion field in order to show a text but i'm not sure how to point the calculation field itself.

Eg.   Calculation field: 2,45  --> (flooring: 2)

        Text Shown: RELEVANT IMPACT

      

        Calculation field: 1,23 --> (flooring: 1)

        Text Shown: LOW IMPACT


 

      

        Calculation field: 4,00

        Text Shown: MASSIVE IMPACT

Thanks for your help

1 Comment

  1. Hi Roberto,

    You will need to write your own javascript coding to retrieve values from Joget's Form, and to put them into a Custom HTML. Remember to code your script such that it will listen to the affected fields.

    Good luck.