The system watches for a visitor to submit a form on one of your site pages, typically by completing one or more text fields and clicking an appropriately named button.

You can use the optional parameters within this element to further define the form whose submission you want to trigger this event.

Parameter

The element is triggered when…

with any attributes

Any form is submitted

where formName

The form whose name you specify is submitted.

Example: A form is submitted where formName is decemberSurvey

The formName value is the name that the page developer gives the form when he or she adds it to a site page. To find the name of a particular form, look at the code for the JHTML or JSP file in which the form is located. Use the Pages area of the ATG Control Center to display the file.

If the developer does not give the form a specific name (in other words, if he or she does not provide a formName value, the system uses the form’s absoluteName property instead; for example, the formName of the /atg/userprofiling/ProfileFormHandler component defaults to /atg/userprofiling/ProfileFormHandler.

For more information on how to spot this value on a page, refer to the Page Developer's Guide.

Where Site

Where Site's

A form is submitted on one or more specific Web sites or on a site that matches the criteria you select. If these parameters are not set, the event applies to all Web sites in your system.

See Specifying Site Parameters for information on these options.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices