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
I'm trying to set-up a hook, that triggers once a specific form has received a new submission. The goal is, to post the submitted data to an external API. Here's what I have so far:
I hope you could advice me on which code hook to use and whether I have populated the placeholders correctly e.g. $first_name. Once I get this up and running, I'll write up a short guide for others!
PS: Cheers to the new website 👍
The text was updated successfully, but these errors were encountered:
franzos
changed the title
[Question]
[Question] Trigger hook on form submission, send to external API
Apr 25, 2017
I had the same idea and was looking for an answer: Which hook can I use to send a PHP request to an external API when adding a new submission?
It seems that all three "updateSubmission" hooks are already triggered on the review page. However, the files have not yet been uploaded there, which means they cannot be passed on to the API.
I'm trying to set-up a hook, that triggers once a specific form has received a new submission. The goal is, to post the submitted data to an external API. Here's what I have so far:
I hope you could advice me on which code hook to use and whether I have populated the placeholders correctly e.g.
$first_name
. Once I get this up and running, I'll write up a short guide for others!PS: Cheers to the new website 👍
The text was updated successfully, but these errors were encountered: