Website forms are especially unique in that user input is often garnered based on the sense of design. You do not see people jumping to redesign their forms elements. But a good design can entice users who may be more interested to send you a message. Also designers may improve the general UX to include […]
Building a Live Textarea Character Count Limit with CSS3 and jQuery
Dynamic character counters are a common feature which I see requested frequently by web developers. You may have a form input field or textarea for users to enter data but want to limit the content. You could do this using maxlength which has been a property since the HTML4 specs. However we want to provide […]