Replies: 0
Wordpress: 5.4.2
Contact Form 7: 5.2.1
Contact Form Submissions: 1.6.4
One of our contact forms is leveraging a [select*] field with several options in it. Until recently, this field displayed its proper value when reviewing Submissions and filtering on this form; now, however, it simply shows ‘Array’ as the value. (Previously, it would show ‘Join Org’, etc.)
Form code:
<label> What would you like to do? (required)
[select* membership-operation include_blank "Join Org" "Going on Leave" "Returning from Leave" "Request New Card" "Terminate Membership"] </label>