How Can I Display that a Question is Required to the Respondent? | XM Community
Skip to main content
Solved

How Can I Display that a Question is Required to the Respondent?

  • November 28, 2018
  • 2 replies
  • 1396 views

That is, before they get a "This question requires a response" message when they try to skip it. Is the only way to do it to put "(required)" in the question text?

Best answer by Anonymous

Hello @GinnyC , According to general format of required filed of the form is shown using red astrick i.e. <span style="color:#FF0000">*</span> Paste the below code in the Rich content editor source"<>" view `YOUR_QUESTION_TEXT<span style="color:#FF0000;">*</span>`

2 replies

  • Answer
  • November 28, 2018
Hello @GinnyC , According to general format of required filed of the form is shown using red astrick i.e. <span style="color:#FF0000">*</span> Paste the below code in the Rich content editor source"<>" view `YOUR_QUESTION_TEXT<span style="color:#FF0000;">*</span>`

  • Author
  • November 28, 2018
That works! But I think you meant paste the code into the HTML view of the question, not the rich content editor? That's what I did, and it worked. Thank you!!