Character Count not working – previous threads no help
-
Hi.
trying to use the count function in text and textarea fields – shows expected number when set to down – but number does not change when entering text.
found couple of previous threads but neither of help
this is the page with the form
this is the code
<p>Advertisement Heading (required, max length 50)<br /> [text* heading-780 minlength:1 maxlength:50]<br /> <p>Characters remaining: [count heading-780 down]</p> <p>Advertisement Text (required, max length 200, price and telephone will be added automatically)<br /> [textarea* adtext-956 minlength:1 maxlength:200]<br /> <p>Characters remaining: [count adtext-956 down] </p> <p>Price (required, from 0€ (free) to maximum 200€)<br /> [number* price-296 min:0 max:200 "100"]</p>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Character Count not working – previous threads no help’ is closed to new replies.