HTML Checkbox invalid | XM Community
Question

HTML Checkbox invalid

  • 4 December 2019
  • 1 reply
  • 3 views

Hi, I want to show a text field if someone checks the checkbox.


The weird thing is if I put HTML like below, the checkbox shows up but I cannot click it.

Could someone help me to get through this?

<input type="checkbox" name="1" style="opacity:100; width:15px; height:15px">
<input type="checkbox" name="2" style="opacity:100; width:15px; height:15px">

1 reply

Userlevel 6
Badge +18
Hi @emabed,

If I am correct you want to show an open end question after respondent selects an checkbox in multiselect question.

I think In-page display logic would help.

Create an open end question and add an in-page display logic on that question with respect to the selection from multi-select question.

With this the open end box will pop-up as soon as respondent checks the checkbox in the base multi-select question.

Hope this helps!

Leave a Reply