Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

CONFIRM

Name

CONFIRM — process on confirmation

Synopsis

<!-- CONFIRM --expression-->

Description

This tag is identical to the <!--SCRIPT--expression--> tag, except that it is evaluated during the confirmation step only, which is enabled by specifying the confirm option in the form post action url.

Using this tag will also generate a post button to the same form, thus confirming the user's choices.

Example

<!--CONFIRM--
 Please confirm the following:
  $name <$email>
-->