I have a function that calls a modal window with a warning.
There is a form that you need to fill out, but before you begin to fill it out, you must first select a category using the select.
I want to implement the following.
If the user did not select the selector, but clicked on any of the fields, that is, made the focus, then the function of the modal window was called.
Is it possible to somehow accomplish this without registering a window call function for each field? Ie what as to whip off all form entirely?