$('#community_name').change(function(){
    val = $(this).val();
    if(val){
      $('#btn-create-community').removeAttr('disabled');
    }