Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.59.2.5 -r1.59.2.6 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 29 Aug 2022 14:17:24 -0000 1.59.2.5 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 23 Feb 2023 12:04:47 -0000 1.59.2.6 @@ -42,7 +42,6 @@ @see template::form::set_properties @see template::form::get_properties @see template::form::exists - @see template::form::export @see template::form::get_combined_values @see template::form::get_values @see template::form::get_elements @@ -868,11 +867,16 @@ } } -ad_proc -public template::form::export {} { +ad_proc -deprecated template::form::export {} { Generates hidden input tags for all values in a form submission. Typically used to create a confirmation page following an initial submission. + DEPRECATED: this proc has been superseded by export_vars, which + also offers additional features. + + @see export_vars + @return A string containing hidden input tags for inclusion in a form. } {