View Single Post
  #4 (permalink)  
Old 04-19-2008, 06:20 PM
Ewok's Avatar
Ewok Ewok is offline
Junior Member
 
Join Date: Mar 2008
Location: Colorado SPrings
Posts: 16
Send a message via MSN to Ewok Send a message via Yahoo to Ewok
Default

You could create a utility/captcha.phtml in your views/scripts folder, then in your catchaAction() set $this->view->captcha = $captcha->getCAPTCHAAsPng() instead of just echoing it in the action.

Then in the captcha.phtml just echo $this->captcha.

You may also need to set the view to be of type PNG. I've never done this so I'm not sure where to start.
__________________
Give all victory and gain to others
Take all defeat and loss upon yourself
Reply With Quote