addVendorAutocomplete(['required' => 'true']); $this->addElement('date', 'expiredOn', [ 'label' => 'Expired On', 'required' => true, 'value' => date('Y-m-d', strtotime('+' . SettingsObj::get('licenseDuration') . ' months')) ]); $this->addElement('header', 'headerNaicsInformation', ['label' => 'Vendor Classifications Information']); $this->_initNaicsElements(); $this->_initTribeSurchargeElements(); return $this; } }