getFormElementWithName

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

fieldName

The form element name.