Html – how to validate form textarea have at least 12 characters with bootstrap?
I'm working on the form of website. I'm getting user id, topic, body from user in a form. I'm using bootstrap to validate topic with at least one non white space character. The body should have at least 12 characters…