$(document).ready(function(){
$("#other_reason").hide();
$("#other_reason").on('change', function(){
$("#rcomment").val($(this).val());
});
-