Contents
Description
The wsf_field_get_object PHP function returns a field object by ID.
Usage
wsf_field_get_object( $form_object, $field_id );
Parameters
$form_objectForm ObjectThe form object.$field_idIntegerThe ID of the field to return the object for.
Return
$field_object Field ObjectThe field object.