getFieldCell()

This method returns a DOM reference to the TD element that contains the field input or custom field HTML content.

Usage for database fields:

var fieldCell = requestForm.getFieldCell('wr.status');

Usage for custom fields:

<field is="optionalWorkflowSteps">
<title>Optional Steps:</title>
<html>...</html>
</field>
var fieldCell = workflowForm.getFieldCell('optionalWorkflowSteps');