Jump to content

multistep form page


NickG21

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.