• Resolved indychyk

    (@indychyk)


    The Flamingo Address Book shows me Email, Name, Tags, History, and Last Contact.
    I would like it to also show me the shipping addresses. Is it possible for me to add other fields to the address book?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    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
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Flamingo Address Book’ is closed to new replies.