Fillable Form - Duplicate Fields & Read-Only
I have created a fillable form that has three tear-off vouchers. There are three input fields on each voucher.
However, I want the "parent" fields on the first voucher to be editable, and the "child" fields on the other two vouchers to be read-only.
This is to avoid any user error, including accidental tabbing, typos, or deletion.
Even if HTML or Javascript is necessary, is there a way to do this?
