Ver original$('#form1').submit(function({ texto = $('#textarea').text; $('#txtcon').val(texto); return true; });