Hello Friends,
I am working on an edit page where I am using validations so that when the user clicks on the "Save" button, it validates the entries before saving. If any value is not found valid, then it gives a validation error message.
In the "Save" button under "Behaviour" section I have selected the action as "Redirect to URL" and in the URL, I have used:
So, the moment the user clicks the "Save" button, a warning message pops up as expected. If the user selects "OK" then it proceeds to save but the validations start working and if and data is not valid, the validation error message is shown.
How can I make the validations appear (if at all) before the confirm message is displayed.
Regards
Hawker