Can I change the text " Characters left" in character counter widget?

  • proworksrs
    Asked on November 2, 2015 at 7:17 AM
  • Jan
    Replied on November 2, 2015 at 11:37 AM

    Unfortunately, it is not possible. The reason is because the text and the number is generated or controlled by a script. You can hide the text and the number in the widget if you like, but you can't change the text.

    You need to add this CSS code to your form if you want to hide the counter.

    .counter { display: none !important; }

    Let us know if you need any help. Thank you.

  • proworksrs
    Replied on November 2, 2015 at 1:27 PM

    I see, Thank you Jan