How can I create a custom form field?
Goals I want to accomplish
- Create Button
- Add custom logic on button click
There are SignatureWidgetAnnotation, CheckButtonWidgetAnnotation, but how can I control click event?
How can I create a custom form field?
Goals I want to accomplish
There are SignatureWidgetAnnotation, CheckButtonWidgetAnnotation, but how can I control click event?
Copyright © 2021 Jogjafile Inc.
Yes, this is definitely possible.
First you create an AfterAction entry on the Widget.
Then you create your action, and add to the "U" key for click. For instance, below will add a Javascript entry.
See Table 194 here for full list of actions to hook into.