Hi Jake,
Thank you for responding. The demo page doesn't validate. I need my markup to validate for a class. I was able to solve the error.
I added an input type to the markup and it validates now: <label for="topic" class="error"><input type="text" id="topic" value="topic" name="topic" >Please select at least two topics you'd like to receive.</label>
I also added this to messages:
topic: {
required: "This field is required.",
minlength: "Pleaase check at least 2."
},
It works beautifully. Thank you. Also, I tried to get back to my post to enter this information but I couldn't find it ...