I would like to know if there is a way to execute a trigger in a field changes while the form is still open in the window. For example, when the user fills the zipcode, I would like call the Google Api to retrieve the complete address and populate it in other fields in the same form.
Currently, this type of event is not supported. You may want to consider extending it yourself.