NickG21 Posted January 17, 2007 Share Posted January 17, 2007 as i am sure most of you have read AT LEAST one post of mine involving this, my situation has yet to improve all of that much. all of the information i have been receiving from everyone has been great and has led me closer and closer to achieving what i want but I just can't seem to get there overall. As i mentioned yesterday i am using a class i wrote using the ZervWizard.class.php from phpriot.com and have used his example to create my own class. The form works extremely well, except I am unable to process any checkboxes or radio buttons and i don't know why. i cannot print or echo their values or anything and i don't know why. here is the format that the ZervWizard class takes variables, and how i am trying to display them.[code]$SendReports = $this->coalesce($form['SendReports'],''); $this->setValue('SendReports', $SendReports); SendReports is a set of 3 radio buttons <b>List Administrator Reports:</b> <?= $wizard->getValue('SendReports')?> [/code]This displays the values of regular text boxes and drop down menus fine, but will not work for this radio button or checkbox situation.anyone have any ideas? Link to comment https://forums.phpfreaks.com/topic/34591-multistep-form-page/ Share on other sites More sharing options...
NickG21 Posted January 18, 2007 Author Share Posted January 18, 2007 i guess not...... thanks anyway ::) Link to comment https://forums.phpfreaks.com/topic/34591-multistep-form-page/#findComment-163940 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.