fluentform/submission_inserted Action Hook
-
Hello,
I’ve created an external API endpoint on a separate website which I’d like to feed data to when a fluent form is submitted. I’m attempting to use the fluentform/submission_inserted action hook to do this but according to the documentation here:
https://fluentforms.com/docs/fluentform_submission_inserted/
The first step is to add a do_action:
do_action('fluentform/submission_inserted', $insertId, $this->formData, $this->form);But
$insertIdis of course undefined at this point.I’m probably missing something but I can’t see any prior steps in the documentation.
Any help would be greatly appreciated.
The topic ‘fluentform/submission_inserted Action Hook’ is closed to new replies.