addElement('text', 'FPLStart', array('label' => 'FPL starts at %', 'required' => true)); $this->addElement('text', 'FPLEnd', array('label' => 'FPL ends at %', 'required' => true)); $this->addElement('text', 'MPCStart', array('label' => 'MPC starts at %', 'required' => true)); $this->addElement('text', 'MPCEnd', array('label' => 'MPC ends at %', 'required' => true)); return $this; } }