Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

WPCF7_Submission – get_posted_data method

$
0
0

Replies: 0

The get_posted_data() method doesn’t return data for select, checkbox and radio input types with the latest version of the plugin. However, it does return data for input types text, email and textarea.
So, if you have a countries drop-down, $your_country = $submission->get_posted_data( ‘your-country’ ); is blank.
It was working for earlier versions of the plugin. This has been tested with two websites with different themes on two different hostings.


Viewing all articles
Browse latest Browse all 59525

Trending Articles