addElement('text', "state", ts('State / Province'), 'onkeyup="getState(this,event, false);" onblur="getState(this,event, false);" autocomplete="off"'); $this->addElement('text', "state_id", ts('State / Province Id')); //$this->addElement('text', "country", ts('Country')); // $this->addElement('text', "country_id", ts('Country Id')); $this->addElement('select', "country", ts('Country'), array('' => ts('- select -')), 'onblur="getState(this,event, true);"'); } /** * Form submission of new/edit contact is processed. * * @access public * * @return void */ public function postProcess() {} }