Skip to main content
This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 2, 2023

Sure. As the custom Validation script of the field, enter the following:

event.target.lineWidth = (event.value=="") ? 0 : 1;

try67
Community Expert
Community Expert
June 2, 2023

You'll need to set the border color beforehand, though, for it to work.