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

1 reply

try67
Community Expert
Community Expert
October 11, 2016

Set the field as hidden and then use something like this as the custom validation script of the first field:

this.getField("Name of other field").display = (event.value) ? display.visible : display.hidden;