Need to update position and size of character counter

  • Newberger_Ken
    Asked on May 31, 2025 at 10:24 AM

    Greetings!

    How do you move the remaining character indicator from the left side to the right side with a smaller font?

    See example below:


    Need to update position and size of character counter Image 1 Screenshot 20

    Thanks.

    Ken

  • Reymae JotForm Support
    Replied on May 31, 2025 at 10:41 AM

    Hi Ken, 

    Thanks for reaching out to Jotform Support. You can easily adjust the character limit indicator by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    .form-textarea-limit-indicator {
        font-size: 12px;
        direction: rtl;
        text-align: right !important;
    }

    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.

    Need to update position and size of character counter Image 1 Screenshot 20 Give it a try and let us know how it goes.

Your Reply