I have a field that when I hit save a popup comes up saying that they should type in a data in that field. I used
@If (fld_descproblem_1 = “”; @Failure(“Please add a brief description”); @Success)
in the Input Validation of that field. The pop-up works but when I close that pop-up another popup comes up asking me if I want to save it or not. What I need it to do is that if the field is empty it will not save and the cursor will go to fld_descproblem_1. THANKS!