- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
// Insert selects $('.answer-item.answer_cell_X001', thisQuestion).addClass('with-select').append('<select class="inserted-select form-control list-question-select">\ <option value="">...</option>\ <option value="1">Fußball</option>\ <option value="2">Handball</option>\ <option value="3">Karate</option>\ <option value="4">Leichtathletik</option>\ <option value="5">Schwimmen</option>\ <option value="6">Volleyball</option>\ </select>'); $('.answer-item.answer_cell_X002', thisQuestion).addClass('with-select').append('<select class="inserted-select form-control list-question-select">\ <option value="">...</option>\ <option value="1">U8 (2014 und jünger)</option>\ <option value="2">U10 (2012-2013)</option>\ <option value="3">U12 (2010-2011)</option>\ <option value="4">U14 (2008-2009)</option>\ <option value="5">U16 (2006-2007)</option>\ <option value="6">U18 (2004-2005)</option>\ </select>');
Please Log in to join the conversation.
Please Log in to join the conversation.