public function pushEntry()
 {
     $app = F::app();
     $helper = new ScavengerHunt();
     $this->setVal('result', $helper->pushEntry($this->getVal('name', ''), $this->getVal('email', ''), $this->getVal('answer', '')));
 }