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

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

  • 28 November 2018
  • 2 replies
  • 786 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?
icon

Best answer by Anonymous 28 November 2018, 22:01

View original

2 replies

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>`
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!!

Leave a Reply