Character count not working.
-
I’m using the character count & min/maxlength options documented here. My code looks like this:
<label for="project-description"><em>*</em>Describe your project (maximum 1024 characters).</label> [textarea* project-description minlength:8 maxlength:1024 placeholder "Describe your project"]<p> Characters left: [count project-description down]</p></div>
However, the count doesn’t change when text is entered — it just says ‘1024’ no matter how much text is entered. If you remove the ‘down’ attribute, it just says ‘0’.
Also, as has been pointed out on other support threads, the minlength option is not available in the GUI.
I checked for script conflicts using Developer Tools, but see none.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Character count not working.’ is closed to new replies.