Avatar

Level 10

Hi,

You can't partially lock a field. What you could try is to add script which sets the display pattern for the field, making the last four digits part of the display pattern. That way when the user enters into the field they can only edit the first four digits. However note that the .rawValue of the field would be the first four digits.

Niall