Something like get the value
var name = $('#name').val();
But I not got that how can write this name include on succesfully sent message like with AJAX include success function:
success: function() {
$('#u_touch_general').html('thank you '+ name');
}
Something this but not work any idea?