I have two pages with HTML forms. The first page has a submission form, and the second page has an acknowledgement form. The first form offers a choice of many controls, whi
Easiest way
$('#yourform *').prop('readonly', true);