Fügen Sie Atribut Readonly in Form JS hinzu
$('#inputId').attr('readonly', true);
Handsome Hedgehog
$('#inputId').attr('readonly', true);
$('#inputId').prop('readonly', true);