The user must fill in one or both of two special fields (call them FieldA and FieldB) but may not leave them both blank. How can I keep the user from leaving this form until this condition is satisfied? I can trigger a cautioning message when they leave the form – but by that time, the form is closed. I need to trigger the message if they TRY to exit and before the form closes.
Thanks