In all question boxes we want to help the user formulate a question the best we can. To do this we need to add some validation.
1 - The question should allow a maximum of X characters (config value). As the user types, show a character limit count down so they know how many characters they have left to ask the question.
question_title_max_chars = 60; //
2 - If the user does not enter a ? mark then show the following validation error message.
"Please add a question mark before submitting your question"
Join the Discussion