Tim Harvey
New Member
In the Form Logic section how do you check if a Control ID is empty or not?
I’ve tried putting nothing in the Value section of the If/Condition (you get an error) and I’ve tried to hand code – if (ControlID 48 != '') but the system automatically changes this to if (ControlId 48 != '''') which isn’t true when the field is empty.
I’ve tried putting nothing in the Value section of the If/Condition (you get an error) and I’ve tried to hand code – if (ControlID 48 != '') but the system automatically changes this to if (ControlId 48 != '''') which isn’t true when the field is empty.