How to add duration picker? | XM Community
Skip to main content
Hi! I'm trying to add a "duration picker" where respondents can provide a length of time in hours and minutes. An example of ideal formatting would be setting an iPhone timer, where hours and minutes are separately scrolled and selected from a list.



For now, I'm using side-by-side drop down lists. Any help would be appreciated! Thank you!
Hi @csw6,

you could design your own picker in HTML and then sent its value into an embedded field using JavaScript (setting e. data: `Qualtrics.SurveyEngine.setEmbeddedData("ename", value);`).

Leave a Reply