Replies: 0
What’s the best way to hook the form submit and access the data that was submitted?
I’ve tried hooking using add_action-
wpcf7_submit
wpcf7_before_send_mail
wpcf7_form_response_output
and I can get the form itself when it was submitted, but not the data that the user inputted into the form.
Thanks so much!