When I attempt to use your example code, I receive error on syntax check...//if both fields have something in them make signature field updatable//otherwise set it to readOnlyIf ((field1.rawValue != "" && field1.rawValue != null) && field2.rawValue != "" & field2.rawValue != null) { this.access ...