Various Question Types in Form | XM Community
Solved

Various Question Types in Form

  • 20 March 2018
  • 6 replies
  • 8 views

I'm using 'Text Entry' to incorporate a form at the end of a survey to collect information from participants who want to be apart of a focus group. So I'm using 'Text Entry' Question Type with a Text Type of Form. Which works great to collect their name and email address. However, we would like to have the user choose their title, organization, and Country from a pull-down list. Is there anyway to do this?
icon

Best answer by TomG 20 March 2018, 14:49

View original

6 replies

Badge +10
I am looking for a drop down dox used for States. Can you share the code with me as well?
Badge +10
@TomG - I would like to develop event registration forms and would also be very interested in this code. Is it possible to share with me as well?
@TomG I would also be very interested in this code. Would you mind sharing it with me as well?
Userlevel 7
Badge +27
> @WNewt said:
> Would you want to share the code you used for the States? 🙂

Not here. I'll send you a message.
Would you want to share the code you used for the States? 🙂
Userlevel 7
Badge +27
The only way to do this is to write a JavaScript to do it. We do it with States. Basically, hide the text input and insert a <select> in its place. Add an event listener that changes the value of the text input box when something is selected.

Leave a Reply