You can do it with the manage_flamingo_contact_posts_columns filter hook and the manage_flamingo_contact_posts_custom_column action hook used in flamingo/admin/includes/class-contacts-list-table.php.
I’m yet to figure out how to populate the additional user data in the first place. I tried using the wpcf7_flamingo_get_value filter hook, but it seems that we aren’t given all the fields.
To be clear, my form has an additional telephone number field. I am trying to extract that from the submitted form data, and store it on the user object. However, at no point am I supplied the new field specifically, and I only see “[phone]” in the form data.
I can see the message in Inbound Messages, complete with phone number, so I know it’s there.
What am I missing?
-
This reply was modified 7 years, 8 months ago by
joshua.haslam. Reason: Clarification