-
Ben_BrewsterAsked on May 28, 2025 at 9:56 PM
Hello,
I want to be able to get rid of the number of questions remaining part as well as the percentage completion rate on the form up at the top in this jotform (only want to see the progress bar).
I also want to be able to track how people are flowing throughout the form. If there's certain drop-off questions, where a majority of people drop off, as well as people that leave the form, so we can be able to email them just to remind them to get back into the form. We use Google Analytics currently. We have Monster Insights sending data from our website. We do not have Google Tag Manager running. I don't know if there's an integration for Monster Insights that you have, but I just want to know the best way to be able to get that information so we can reach out to the people that either abandon their form or just the drop-off rate from each form question so we can make adjustments.Thanks!
-
Afzal JotForm SupportReplied on May 28, 2025 at 11:29 PM
Hi Ben_Brewster,
Thanks for reaching out to Jotform Support. You want to hide the number of questions remaining and the percentage completion rate at the top of your Jotform, leaving only the progress bar visible. This can be done by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
.progressBarSubtitle {
visibility: hidden;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here's the result:
As for your other question, I've moved that to a new thread. You can check that out here.
Let us know if there's anything else we can help you with.
-
Ben BrewsterReplied on May 30, 2025 at 8:33 AM
Thanks for this!
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!