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.6.2.3 -r1.6.2.4 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 3 Sep 2021 09:16:22 -0000 1.6.2.3 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.adp 6 Jun 2023 09:30:30 -0000 1.6.2.4 @@ -158,8 +158,8 @@ save_last_visited_step -key $yourkey"

Also the wizard params name is present across the current wizards being used, so the developer has to be aware not to use the same names with different purpose. For example on main wizard with -have a param called "name" for the user name. And on on +have a param called "name" for the username. And on on sub wizard we have the param again called "name" but used -for the file name.

+for the filename.