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_object
Form ObjectThe form object.$field_id
IntegerThe ID of the field to return the object for.
Return
$field_object
Field ObjectThe field object.