inputType = 'date'; } public function get_list_input($has_columns, $column, $value, $form_id) { $tabindex = $this->get_tabindex(); $disabled = $this->is_form_editor() ? 'disabled' : ''; return ""; } public function get_value_entry_list( $value, $entry, $field_id, $columns, $form ) { return $this->get_value_entry_detail($value, '', false, 'html', 'screen' ); } } GF_Fields::register( new Wiaas_Dates_List_Field() );