name = __( 'Text', 'weforms' ); $this->input_type = 'text_field'; $this->icon = 'text-width'; } /** * Render the text field * * @param array $field_settings * @param integer $form_id * * @return void */ public function render( $field_settings, $form_id ) { $value = $field_settings['default']; ?>