$('#second_lang_preference').click(function(){
      console.log($(this).val());
      if ($(this).val()=="other") {
          $("#second_lang_preference_other").show("fast");
      } else {