(Important context: using free version of Qualtrics)
Looking to have respondents only enter capital letters for a form response. I've seen some coding answers to this issue (i.e. TomG), though I don't know what to enter in the appropriate areas.
Responses will be Location #1, Location #2, etc. up to Location #5 accompanied with text fields for respondents to enter the desired location. Want responses formatted as city and state abbreviation in all capital letters (ex: NEW YORK, NY). What piece would go where in the following line of code?
Line of code referencing:
jQuery("#"+this.questionId+" .InputText").on("input", function() { this.value = this.value.toUpperCase(); });
Question
Force All Capital Letters for Form Field Response
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
