How to get posted data?
-
Hello,
How I can get posted data from cf7 form? From field ‘your-name’ to $_SESSIONS[‘your-name’].
This code work, but I need only from filed ‘your-name’.
add_action('wpcf7_before_send_mail', 'my_wpcf7_before_send_mail'); function my_wpcf7_before_send_mail($form) { $submission = WPCF7_Submission::get_instance(); $data = $submission->get_posted_data(); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get posted data?’ is closed to new replies.