get Form Element With Name
Searches for a form element by name. Returns the first element with given name
.
Note: this call may block for a while and should not be invoked on the main thread.
Return
A found form element, or null.
Parameters
field Name
The form element name.