So basically what I want is for the submit button to be disabled until a certain word count has been reached in the text area.
I have had a look around and tried to find
Show us your code. 1) Set onclick event for the submit button 2) Check length in textarea 3) return false and preventDefault() if there is not enough words.
onclick
return false
preventDefault()