How can I put a drop-down list in a form question field? | XM Community
Solved

How can I put a drop-down list in a form question field?

  • 26 September 2019
  • 44 replies
  • 4140 views

Userlevel 6
Badge +51
Hello Everybody!!
We need to launch a survey for updating customers´ data, so we need to make them to select which of the 3 types of document do they have, and this is just one of the field from the form and we don´t want to make an additional question for this.

I want to put the dropdown list in the yellow field:
!

Thanks for helping me!!! 😎 😎 😘 😘
icon

Best answer by uhrxx005 26 September 2019, 16:24

View original

44 replies

Userlevel 7
Badge +27

If anyone is interested in a form dropdown solution that is much easier to implement and has much more functionality, see formSelects.

Userlevel 4
Badge +10

Very nice @TomG! Are you aware of any code out there to remove the border around form fields? If a field is editable it makes sense to have a border, but if I'm using JS coding to prevent editing it would be nice to have the border hidden / removed to the respondent doesn't misinterpret.

Userlevel 7
Badge +27

https://community.qualtrics.com/XMcommunity/discussion/comment/50630#Comment_50630Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" .InputText").css("border","none");
});

Badge

Hi uhrxx005 , thanks a lot for your answer. It helped me a lot.
I'm also trying to prepare a question in a format similar to this. There is one text entry and two drop down lists for the dates. Do you have a code where I can put dates in drop down lists (from 1950 to 2021 and end year should be greater than start year)? I tried this solution but it didn't work for me. Thanks a lot.
1.jpg

How do I make a question formatted like this?  I cannot figure it out for the life of me.  Thanks!

Userlevel 7
Badge +32

@jtherien , you can use side by side setup. but make survey side by side setup doesn’t support simple layout. You will need to change your survey layout from look and feel for this setup.

Badge

@jtherien , you can use side by side setup. but make survey side by side setup doesn’t support simple layout. You will need to change your survey layout from look and feel for this setup.

Can you give me some instruction?  I’m wondering if my institution doesn’t have a full license because I can’t see anything in Look and Feel to make these changes.

Userlevel 7
Badge +32

@jtherien , here you go. Do not select simple layout.

 

Badge

Thanks.  Unfortunately my layout option is grayed out so I assume we don’t have a full software license.  

Userlevel 7
Badge +32

Thanks.  Unfortunately my layout option is grayed out so I assume we don’t have a full software license.  

You should check with your brand administrator. I think you might not have permission to change it. If it will be grayed out for them then for sure this issue is about the license agreement. 

Badge

Thanks.  So apparently it has to do with a static theme.  I need to create a dynamic theme.  So for now, I just switched it to a blank dynamic theme.  However, after I change the layout to something else (not simple), there is absolutely nothing different in order for me to make a more complicated matrix question.  *Sigh*  Thanks for all of the assistance today.  Just trying to make something more streamlined but making myself crazy in the process.  

Userlevel 7
Badge +32

Thanks.  So apparently it has to do with a static theme.  I need to create a dynamic theme.  So for now, I just switched it to a blank dynamic theme.  However, after I change the layout to something else (not simple), there is absolutely nothing different in order for me to make a more complicated matrix question.  *Sigh*  Thanks for all of the assistance today.  Just trying to make something more streamlined but making myself crazy in the process.  

I think you should reach out to Qualtrics account executive to know your license limit.

Badge +2

This QSF file should help you set it up.

It’s possible I’m missing something because I’m new to the community side of Qualtrics, but where is the QSF file linked?  

Badge

This QSF file should help you set it up.

It’s possible I’m missing something because I’m new to the community side of Qualtrics, but where is the QSF file linked?  

Phew.  I thought it was me.  I couldn’t find it either.

Badge +1

QSF file seems to be gone.

Userlevel 7
Badge +20

Hello @uhrxx005, would you please be able to re-upload this QSF as a zip file for all new users who view this post? 🙂

@matthewlegge @jtherien, it seems that this file has been removed. Let’s hope the user is willing and able to re-upload the file as a zip file for you to download.

Userlevel 7
Badge +27

@Joris_D  - I have a function, formSelects, that supports default choices. It is also much more flexible and robust that the code posted on this thread.  If interested, you can contact me by private message.

Badge

Thanks so much David!!! That´s exactly what I needed!!!
SUPER GENIUS!! 😎 😎
Greetings from Colombia - Vocé!

What am I missing? Where is this super genius solution - I’m not seeing it in this thread. You mind sharing with a nube.

 

Badge +1

This QSF file should help you set it up.

Can someone share the QSF file with me?

Badge

This QSF file should help you set it up.

where can i find the QSF? 

Leave a Reply