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