I am just trying to be able to target keyboard events from Contact Form 7 generated form inputs. But since input fields in Contact Form 7 are created with more complex markup and Javascript compared to a simple, hand-rolled HTML form, I have no clue how to target any events or if it is even possible.
There also does not seem to be any documentation on this that I can find.
Here is an exmple of what I wish would work:
[text* first-name class:first-name onkeyup="MyFunction()"]
obviously, this does not work.