Is there a way to hide the Completed Fields indicator from the Progress Bar?

  • hansenjordan13
    Asked on July 21, 2021 at 1:41 PM

    Hello, I added the Progress Bar widget to my form and am curious if it is possible to get rid of the "Fields Completed" field while keeping the "% Completed Field"? Thank you!

    Jotform Thread 3234965 Screenshot
  • Welvin Support Team Lead
    Replied on July 21, 2021 at 10:43 PM

    Yes, by injecting the following custom CSS Codes in the form:

    div#progressFieldTotal {
      display: none;
    }

    Guide to inject: https://www.jotform.com/help/117-how-to-inject-custom-css-codes.


  • hansenjordan13
    Replied on July 23, 2021 at 11:09 AM

    Thank you!