Configurator object with its state for any additional data
Contact details the user has entered
Requirements for the contact information in the checkout form
Items being requested with amounts the user has selected
Form type used
Configuration options selected by the user
Function that is called during checkout process after the user successfully submitted their validated contact details, before sending the data to API and displaying the checkout result screen.
Return
falseto prevent sending the submitted data to API and displaying the checkout result screen.This function can be asynchronous (it will be awaited), but does not have to be.