I want to have a custom validation alert if a person doesn’t fill out the required input. Is there a way to do so without grabbing each of the inputs? I want to make it reusable so if more inputs are required, i want to have the same message for them too.
Something like if required field is being submited and is empty, instead of showing the alert message bellow the input field, i want to show a modal window for example.
Is there a way to do so?
7