dropdowns returned as array
-
In recent updates something changed and when I process form data with wpcf7_before_send_mail hook and use standard
$submission = WPCF7_Submission::get_instance();
$data = (array)$submission->get_posted_data();
then before where there was drop-down, I received single entry value, but now it returns array
This change broke many websites, forms, payments, etc…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘dropdowns returned as array’ is closed to new replies.