Is it possible to show an error message when a radio button is empty (NOT invalid) after a button has been pressed and a workflow is not triggered?
In my case, I’d like any error message that would show up when ALL these conditions are met:
- A radio button is empty (Not Invalid)
- After a button has been pressed to navigate to a new page and the new thing is not created
- Not before the button has been clicked on
Input fields can have read borders (etc, etc) when they are required fields and are empty and a button is pressed that results in a failed workflow, but when a radio button is empty, nothing indicates to the user that it must be filled up and is a required field, causing some confusion on the user’s part.