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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.