Why custom HTML Radio buttons are not displayed in actual survey? | XM Community
Skip to main content
Solved

Why custom HTML Radio buttons are not displayed in actual survey?

  • January 5, 2021
  • 3 replies
  • 240 views

Forum|alt.badge.img

I created radio buttons using HTML to change the way I present the question. Please find the attached image.
query1.jpgHowever, when I preview this question in Qualtrics. The radio buttons are not displayed (see below). How to enable the radio buttons?
query.jpgLater, I would like to fetch the data based on the response provided by the participants. How to achieve it?

Best answer by TomG

As I mentioned in my other message, the theme CSS is probably hiding the radio buttons. Add a class to the radio inputs, then add a CSS rule for the class to display them appropriately.

3 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • January 5, 2021

Could you share your HTML?


Forum|alt.badge.img


Situation



 


Please select one of the options given here.

Please indicate which option you would personally prefer:



  

    

    
  




TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • January 6, 2021

As I mentioned in my other message, the theme CSS is probably hiding the radio buttons. Add a class to the radio inputs, then add a CSS rule for the class to display them appropriately.