The super-simple way to do this is by using the input variable you have in your text area:
1. Create an expression below your text area
2. Expression should state: Length(variable) + " / 250" (Note that in this case the max length is 250, swap it as you please)
3. Customize it as you please
Jere Vatka wrote:
Hi Jere,
I'm assuming you would use the onChange property to do an ajax refresh and update this expression, right?
If you see my answer from 2012 it was along the same idea as yours, but this would mean that you are doing round trips to the server every time the user presses a key, and this is less than desirable.
So going with a client side solution is much better in terms of performance.
Cheers,
HermÃnio