Anyone using the FormWizard component every have trouble with the
wizard session vars NOT being cleared in the last step? I am doing a
pr($SESSION) on pages after the form submission and I still see the
_Wizard array set. I am clearing the related session vars manually by
using $this->Session->del
No'),
> $inbetween="", array('value'=>'none', 'class'
> =>'radio'));
>
> However, if you are only saving 1 or 0 in the database - how can you
> indicate that no choice was made?
>
> On May 4, 8:40 am, halebs <
I am using the following helper code...
radio('SurveyPtsd/q2', array('1' => 'Yes', '0' =>
'No'), $inbetween="", array('class' =>
'radio'));?>
When the page is first rendered, the radio defaults to No. I guess
this has to do with the radio value being empty. Is there a way to
have it render w