Webhook/upload association?
-
I wish to have Forminator send a form’s submission values to a webhook for background processing, then redirect the user to a page where the user awaits completion of the background process.
I have successfully set up Forminator to send a webhook call and redirect.
Can you suggest a way to associate the redirected user with the webhook call made in the background?
(I’ve tried setting a hidden field to send the submission ID, to then perhaps redirect with the ID as a parameter somehow, but instead of an ID, I get a webhook call with a literal value of “submission_id”, i.e.
"hidden_1": "submission_id"
).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Webhook/upload association?’ is closed to new replies.