Skip to main content

Type

Type

Type is specified on the bind node as follows:

(code)

The following Types can be verified:

  • String
  • Float, number
  • Date
  • Email
  • imgVerification
  • fileUpload
  • format:RegExp
  • reValidateUser (see below)

 

(code)

The value for required is an xPath expression.  Multiple fields can be compared by setting its value to an expression that will return true for success or false for failure.

reValidateUser checks a password entered in a form against the password of the currently logged in user.  An example use is requiring the user to re-enter their password before a destructive operation.