I have a WordPress plugin for gravity form and i have created a form and want to embed custom logic on the forms field
What is the best and upgrade safe way to bind the focus event in JavaScript on form field. I want to show some html when the field is focused or clicked by user.
Expectation is that it should work on all field types and should be a upgrade safe approach.
Please help, thanks.