Ok... this code works:
$('#view_48 #field_6').attr('disabled', true);
It prevents the editing of a text field on a form.
The code will not work if the field is a multiple choice or date field.
Does anyone know what the code would be to prevent editing of a multiple choice or date field on a form?
What attribute am I trying to change?
Thanks, for your help.
Wouter