Hi,Your code looks alright to me, you could remove the whole else
condition, soif (Page1.EmployeeEmail.rawValue == null){
Page1.SubmitToHR.presence = "visible"; Page1.SubmitToHRccEmp.presence =
"invisible";}else{ Page1.SubmitToHR.presence = "invisible";
Page1.SubmitToHRccEmp.presence = "visible";}But that is not likely to be
the problem, is Page1 flowed? Is SubmitToHRccEmp visible by default?
Maybe if you could share a link to your form.RegardsBruce