-
Newberger_KenAsked 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:
Thanks.
Ken
-
Reymae JotForm SupportReplied 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.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!