Добавить atribut readonly в форму js
$('#inputId').attr('readonly', true);
Handsome Hedgehog
$('#inputId').attr('readonly', true);
$('#inputId').prop('readonly', true);