I currently have a working form that I want to add a slight change to for auditing purposes. I have the following code:function Name(){var UNFA = xfa.host.response("User:","Auditing purpose only","",0); if (UNFA==null || UNFA=="") xfa.host.messageBox("Please Enter Name") ...