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.