Share via


Forms Initialization Routines

include\global_forms_lib.asp

The following forms processing initialization routines are defined in this file:

  • dictGetPropertySchema
    This function creates and returns a Dictionary object containing property attributes. These attributes are used in the application for standard form validations, rendering functions, and profile updates.
  • GetFormDefinitions
    This function returns a Dictionary object of field definitions (including variables such as maximum and minimum field lengths, whether the field is required, and so on) for the following fields: Login, Registration, BillToAddress, ShipToAddress, AddressBookAddress, CreditCard, and PurchaseOrder.
  • GetLoginFieldDefinitions
    This function returns the login form field definitions.
  • GetPasswordFieldDefinition
    This function returns a Dictionary object of field definitions for the password field in the new user and login forms. The field definitions include size constraint settings, invalid characters, and so on.
  • GetPurchaseOrderFieldDefinitions
    This function returns a Dictionary object of form field definitions, including name, size constraint settings, and so on. A billing currency field is created if an alternate currency can be used on the site.
  • GetRegistrationFieldDefinitions
    This function returns a Dictionary object of field definitions for the registration form.

Copyright © 2005 Microsoft Corporation.
All rights reserved.