How to add un-editable piped text? | XM Community
Skip to main content
Solved

How to add un-editable piped text?

  • November 10, 2017
  • 4 replies
  • 43 views

Poppy
Qualtrics Employee
  • Qualtrics Employee
  • 24 replies
I have a survey where respondents enter costs for this year and we want to display the previous year's values for comparison in the same question. Currently, I've piped that value into the question. However, this allows the respondents to edit that number, which we do not want. How can I display this information in a format that makes sense without making this data editable?

Best answer by AnthonyR

@poppy Ahh so you are piping in to a text box. Do you not want to let respondents edit the textbox at all Or just not be able to edit this portion? If that's the case, you may want to consider doing this another way. Unfortunately text added to a text box will always be editable if the text box is still editable. Though the text box can be made not editable with a bit of JavaScript.

4 replies

Clint
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • 47 replies
  • November 15, 2017
> @Poppy said: > I have a survey where respondents enter costs for this year and we want to display the previous year's values for comparison in the same question. Currently, I've piped that value into the question. However, this allows the respondents to edit that number, which we do not want. How can I display this information in a format that makes sense without making this data editable? Can you show a screenshot of the question? I'm not sure how the piped text is editable. I'm assuming you have those values piped in from embedded data?

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 308 replies
  • November 15, 2017
> @Clint said: > > @Poppy said: > > I have a survey where respondents enter costs for this year and we want to display the previous year's values for comparison in the same question. Currently, I've piped that value into the question. However, this allows the respondents to edit that number, which we do not want. How can I display this information in a format that makes sense without making this data editable? > > Can you show a screenshot of the question? I'm not sure how the piped text is editable. I'm assuming you have those values piped in from embedded data? This is the correct answer. In normal circumstances, piped text is not editable at all.

Poppy
Qualtrics Employee
  • Author
  • Qualtrics Employee
  • 24 replies
  • November 16, 2017
@AnthonyR @Clint I actually used default choices with piped text to display the value in the question text box. Is there a better way to do this?

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 308 replies
  • Answer
  • November 16, 2017
@poppy Ahh so you are piping in to a text box. Do you not want to let respondents edit the textbox at all Or just not be able to edit this portion? If that's the case, you may want to consider doing this another way. Unfortunately text added to a text box will always be editable if the text box is still editable. Though the text box can be made not editable with a bit of JavaScript.