Multiple choice selections open up accordian style | XM Community
Skip to main content
Solved

Multiple choice selections open up accordian style

  • October 7, 2019
  • 2 replies
  • 16 views

Forum|alt.badge.img
If I have a multiple choice question like: choose your workshop: Date | City Date | City 2 Date | City 3 Date | City 4 and upon someone selecting one of these, I want the full location address and workshop time to populate in the same window just below the selection like accordian style - so the user can see everything before selecting to continue. Im not seeing that this is possible from the frontend? Can someone confirm?

Best answer by JenCX

You could potentially accomplish what you're looking for with custom code, but if you're flexible, I'd suggest a different way: Create another question (multiple choice) that uses piped text to bring in the city, date and full information with the option to answer either Confirm or Go Back. You can then use Branch Logic to route them back through if they want to choose a different pairing.

2 replies

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • 683 replies
  • Answer
  • October 7, 2019
You could potentially accomplish what you're looking for with custom code, but if you're flexible, I'd suggest a different way: Create another question (multiple choice) that uses piped text to bring in the city, date and full information with the option to answer either Confirm or Go Back. You can then use Branch Logic to route them back through if they want to choose a different pairing.

Forum|alt.badge.img
  • Author
  • 8 replies
  • October 7, 2019
I'll give that a try - Thanks so much JenCX!!