I need to check that two form field names are visible before i make another form field visible.
Hi there,
I need to get some javascript that will allow me to check that two form field names set to visible before setting the visiblility of the third.
if(this.getField("Form Field Name").display == display.visible) && (this.getField("Form Field Name 2").display == display.visible) {
this.getField("Form field name 3").display = display.visible;
}
Any help will be greatly appreciated.
Steve
