How do you make a field required through JS? I have multi-select question where the option "Other" presents a text field (of the same question). I'd like to make that field required and use a custom message. Qualtrics has the "Custom Validation" field, which I can use to target that specifically, however, it's a lot more work if I have to conditionally choose every possible selection to validate vs. target directly through JS.
Question
Set a field to be required through JS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

