Submit form
This section contains the necessary methods to submit the form.
This method will submit a FormBuilder to the BiometridOn API. This object should contain all the required information from the current step (StepType.Form).
Callback params
submitForm Callback
Callback
Boolean status
Status of request
StepType previous
Previous step
StepType next
Next step
JsonObject json
JsonObject data from request
Errors e
Errors object
Implementation example
Last updated