hi all.

i'm trying to code a multi-page form using WizardComponent.

here's my step array
$this->Wizard->steps = array(
    "order" //here the user selects the customer, the shipping type etc
    "article" => array(
        "code" //the article.id is selected
        "color" //colors are loaded based on the article_id
        "optionals" //same as colors
    ),
    "review" //this step just shows the added articles
)

i want my customers to be able to add more than one article per order.
How can i force WizardComponent to go back to the "code" step, if the 
button "add another article" is pressed in the "review" step?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to