What is the element type in javascript for a multiple selection check box? | XM Community
Skip to main content
I know you use 'radio' for a single answer. What do you use when it is a multiple check box?
> @maindanger said:

> I know you use 'radio' for a single answer. What do you use when it is a multiple check box?



checkbox
THank you! What about a dropdown?
> @maindanger said:

> THank you! What about a dropdown?



select

How about for a graphic? And is there a support page that lists them all? Thanks.


A quick help guide would be to create the needed question type/HTML control and read the view source of the page to identify the control tag name.


I think that might work. Thank you for the suggestion. 🙂


Frank_Barbeite were you able to figure this out? I have been trying, but am still stumped on how to figure out what the element type for a multiple choice select box is (i.e., a box where users select one option out of a list).


Leave a Reply