get_field_input()
public static function get_field_input( $field, $value='', $lead_id=0, $form_id=0, $form=null )
Returns the HTML for the field input(s).
Since:
unknown3.0.0(Updated to use the adminonly_hidden context property insteade of inputType.)
Source: common.php:3874
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$field | GF_Field | ||
$value | string | '' | |
$lead_id | int | 0 | |
$form_id | int | 0 | |
$form | null | null |
Returns
mixed|string|void