Help with first Middle Last Name in horizontal fields for a simple survey | XM Community
Skip to main content

I am trying to just do a simple First Middle and Last name survey question and have the fields in a horizontal layout. Everything I am trying is looking bad. I have done a bit of searching and I was pointed to using a side-by-side question. The default look of this is really bad. Is there some other way to do this?
qualtrics_name.JPGIf i remove the text "click to write..." then that deletes the whole column. Even if that worked I am still left with this ugly table lines. Maybe this is not the best because of mobile considerations but I would at least like to try.

DougG
You can have a view like this:
image.pngJust have one column and choose 3 answers with open-ended text and use the below code in look and feel>> custom CSS. To remove Click to write.. just add a space there.
image.png
.Skin .SBS .c2 {

display: none;

}

.Skin .SBS .Answers td, .Skin .SBS .Answers th {

border-bottom: 0px;

}
Hope it helps!


That works really nicely. Thank you


Great solution here Deepak! Truly appreciate you providing screenshots as well! 🙂


Leave a Reply