Make a Field Read Only

PHOTO EMBED

Sat Jan 08 2022 03:52:20 GMT+0000 (Coordinated Universal Time)

Saved by @rebukt #javascript

$('#input_2_16').attr('readonly', true);
content_copyCOPY

use case: the field and existing value should be displayed to end users, but they should not have access to edit it.