- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function() { $('form#tokenform').submit(function(){ $('form#tokenform input#lang').val($('select.languagechanger').val()); }); });