FormIgnore
Specify form variables that should not be saved into a user's session.
Synopsis
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
This directive allows you to specify form variables that should not be
saved into a user's session.
Form variable names are case sensitive and must exactly match the
FormIgnore entry.
This could be combined with ValuesDefault to,
create values that cannot be overridden in forms.
Example
ValuesDefault mv_shipmode UPS
FormIgnore mv_shipmode
|