Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 22 Apr 2018 18:11:00 -0000 1.4 @@ -42,7 +42,7 @@
  • Create the individual steps, these are just normal Tcl and/or adp files. So make a step1.tcl, step1.adp, step2.tcl, step2.adp, -step3.tcl and step3.adp. Normally this files are self submitting +step3.tcl and step3.adp. Normally these files are self submitting forms
  • Add "template:wizard forward" on each step (eg. step1.tcl, step2.tcl, step3.tcl) , usually the code where the step is processed and successful.
  • On each step add the wizard buttons on the .tcl files. Ex.