Select multiple options on a single poll

Hi, 

I'd like to be able to create a poll that allows a user to be able to make multiple selections ie

What are your favorite sides (select all that apply)

  • French Fries
  • Onion Rings
  • Coleslaw 
  • Potato Salad

The user would be able to select multiple options from the list above. 

thanks!

 

Liju

4

Comments

12 comments
  • Hey Liju George,

    Great question and I think this will be helpful as a resource for you:

    https://github.com/pendo-io/snippets/tree/master/guides/guidePolls/multiSelectCheckboxPolls

    Check out the documentation in the link provided. 

    3
  • Howard Lio I found this post while trying to also create a multiselect poll and followed the instructions on the documentation. Did you have any trouble with the JS making your guide step not display? In preview mode, the guide activates as expected (the screen lightens like it's in the background), but the guide step lightbox is not displaying.

    1
  • I am observing the same issue described by Jessica: the guide step lightbox does not show in preview. it looks like it's hidden in the top left hand corner of the window (see attached).

    0
  • Hi everyone,

    If you are having trouble with the Github code, please edit line 14 to:

    hiddenBox[0].closest('._pendo-row').style.display = "none"; 

    I was able to have the multi-select poll work in my production instance. 

    1
  • I've implemented this, but now Pendo is treating each response option as its own poll with 5 possible responses. Does anyone have an idea of how to interpret that data? Maybe Howard Lio or Alexis Ordona?

    0
  • Hi Peter Berexa can you share a screenshot of what you are seeing?

    0
  • I've used this and it works for multiple select, but my responses are all piled in the open text box and I can't see them. Any ideas on how to adjust that? Is the hidden box necessary?

    1
  • Hi all,

    Upon changing line 14 the code, I receive the following on my poll. 

    Any thoughts? 

     

    0
  • How would we enable multiple select polls in Adopt?

    0
  • line 18 needs to be changed to 

      hiddenBox[0].style.display = "none"; 

    It was grabbing too high of an element, meaning the entire slide instead of just the hidden box and hiding it. 

    0
  • I've followed this, but i am not able to see the answers to the poll .. it's empty! I am only able to see answers to the other questions .. 

    0
  • I am having the same issue as Sara. Everything works fine except the responses are not being captured. Alexis Ordona any advice?

     

     

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post