Configure

configure(options)

Configures global settings for the Tento integration. To see the list of available pre-filling options click here.

Parameters

  • options (Object): Configuration settings.
    • data (Object): Allows to set default form field values. Usually to improve user's experience. If you have already collected basic information like email, first name or last name it will be handy for the user to have them pre-filled for their Financing or BCM process. To see the list of available pre-filling options click here.

Example

Tento.configure({
  data: { financing_amount: 50000 }
});