Is there any way to retrieve the field label (the content that the {field_label} tag would produce if one was using the {custom_fields} loop) for a specified custom field using form helper? Something like (note the which="label”):
{exp:form_helper:field_grabber field_name="summary" which="label"}
