1
0
-1

Hi, How to create a progress bar similar to this Progress Bar?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      I assume that you want it for display purpose.

      So, in your form, there is a textfield that stores a numerical value. For example, "completion".

      You can add a Custom HTML into form, and adopt the code in Progress Bar. Replace line 2 with form hash variable i.e. #form.request.completion#

        CommentAdd your comment...