Re: Form wizard - previous step

2009-04-06 Thread eli
Thank You Elliott. regards. On 6 Kwi, 11:52, Elliott wrote: > On Apr 5, 4:24 pm, eli wrote: > > > No, how to add  functionality to back to the previous step without > > deleting current step's data. > > > regards. > > That can't be done with the current form wizard. A session-based > formwizar

Re: Form wizard - previous step

2009-04-06 Thread Elliott
On Apr 5, 4:24 pm, eli wrote: > No, how to add  functionality to back to the previous step without > deleting current step's data. > > regards. That can't be done with the current form wizard. A session-based formwizard that would have allowed this was on the list for django 1.1, but nobody real

Re: Form wizard - previous step

2009-04-05 Thread eli
No, how to add functionality to back to the previous step without deleting current step's data. regards. On 5 Kwi, 22:39, codecowboy wrote: > Are you asking how to modify the html in the multi-step-form app to > add a button? > > On Apr 5, 4:33 pm, eli wrote: > > > No, I have one view.. My ex

Re: Form wizard - previous step

2009-04-05 Thread codecowboy
Are you asking how to modify the html in the multi-step-form app to add a button? On Apr 5, 4:33 pm, eli wrote: > No, I have one view.. My example is similar to that one from Django > tutorial:http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizar... > > regards. > > On 5 Kwi, 21:

Re: Form wizard - previous step

2009-04-05 Thread eli
No, I have one view.. My example is similar to that one from Django tutorial: http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/?from=olddocs regards. On 5 Kwi, 21:52, codecowboy wrote: > Do you have one view for each form or do you use one view with a large > amount of co

Re: Form wizard - previous step

2009-04-05 Thread codecowboy
Do you have one view for each form or do you use one view with a large amount of conditional logic (e.g. if stepone then show this form elseif steptwo show this form)? On Apr 5, 1:14 pm, eli wrote: > anybody ? :-) > > regards. > > On 4 Kwi, 11:17, eli wrote: > I have no problem reading existing

Re: Form wizard - previous step

2009-04-05 Thread eli
anybody ? :-) regards. On 4 Kwi, 11:17, eli wrote: > Hi, > > What is the best way to add button "previous step" to multi-steps > form ? > > Thank You. > > regards. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D