- Posts: 222
- Thank you received: 10
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript"> $(document).ready(function () { $('#answer715243X12X689Y01_X01').on('change', function (e) { $('#answer715243X12X698Y01_X01').val($('#answer715243X12X689Y01_X01').val()); }); $('#answer715243X12X689Y02_X01').on('change', function (e) { $('#answer715243X12X698Y02_X01').val($('#answer715243X12X689Y02_X01').val()); }); $('#answer715243X12X689Y03_X01').on('change', function (e) { $('#answer715243X12X698Y03_X01').val($('#answer715243X12X689Y03_X01').val()); }); }); </script>
$(document).ready(function () { $('#answer{SGQ}Y01_X01').on('change', function (e) { $('#answer{that.Q2.sgqa}Y01_X01').val($(this).val()); }); $('#answer{SGQ}Y02_X01').on('change', function (e) { $('#answer{that.Q2.sgqa}Y02_X01').val($(this).val()); }); $('#answer{SGQ}Y03_X01').on('change', function (e) { $('#answer{that.Q2.sgqa}Y03_X01').val($(this).val()); }); });