You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To verify the form data, call `validateSubmission` with the form data in an array and the submit and validation tokens, which mosparo generated on the form initialization and the form data validation. The method will return a `VerificationResult` object.
79
+
To verify the form data, call `verifySubmission` with the form data in an array and the submit and validation tokens, which mosparo generated on the form initialization and the form data validation. The method will return a `VerificationResult` object.
80
80
```php
81
81
/**
82
82
* @param array $formData Array with the form values. All not-processed fields by mosparo (hidden, checkbox,
@@ -88,7 +88,7 @@ To verify the form data, call `validateSubmission` with the form data in an arra
88
88
* @throws \Mosparo\ApiClient\Exception Submit or validation token not available.
89
89
* @throws \Mosparo\ApiClient\Exception An error occurred while sending the request to mosparo.
0 commit comments