torro_response_saved – how to get submitted data?
-
Hi,
I’ve tried to get the data after the submission with the action hook torro_response_saved, but all I get is the form_id and not the data which was submitted.
add_action('torro_response_saved', 'torro_form_saved'); function torro_form_saved($form_id, $result_id, $response){ var_dump($response); die(); }
Is there a mistake?
Thanks!
Best,
Marc
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘torro_response_saved – how to get submitted data?’ is closed to new replies.