Jeremy Oshields 30.Nov.07 10:03 AM a Web browser GeneralAll ReleasesAll Platforms
I want to do field level validation with a form I am using, I put this code in the input validation field @If (Untitled22 !=""; @Success; @Failure("Please Enter a Title")). If the field has anything in it when the user hits Save and Complete everything routes fine, but if there is no data in the field and they hit the button again an error pops up ( which is supposed to happen ). The problem is once they put data in the field to fix the issue and hit the button again the document does not route, it only saves. They have to close the document, open it again and then hit Save and Complete before it will go anywhere. Any help will be appreciated.