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

    (@takayukister)

    Exports the email address, not the “|” the value before the line character. The email is fine, but the export is not good.

    Why do you think the export is not good?

    Thread Starter takacs9790

    (@takacs9790)

    2 data are included in the place of a list item:
    examplelistitem1 | e-mail address

    This is because of the method written above, because not all e-mails go to the same e-mail address. No problem with that.

    The e-mail arrives fine, because according to the description of the link above, I can extract both the e-mail address and the value before it separately.
    I get the value before it like this [_raw_examplelistitem1]
    This is what I need and it arrives fine in the email, but when I view the email with the Flamingo plugin or export it, I don’t see the value examplelistitem1, just the email address.

    It would be important for the extension to display the first value (the one before the vertical line), not the email address.

    Can you help me with this?

    Thank you in advance!

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    You can use the wpcf7_flamingo_inbound_message_parameters filter hook to edit data that Flamingo receives. Try checking $args['fields'].

    Thread Starter takacs9790

    (@takacs9790)

    Thanks for the idea, but unfortunately it didn’t work.
    If I change the code like this, I can’t see any data in the plugin, it’s completely empty.

    Do you have another idea?

    Screenshots below:

    https://ibb.co/8z0nczx
    https://ibb.co/HN05BSR

    • This reply was modified 2 years, 1 month ago by takacs9790.
    • This reply was modified 2 years, 1 month ago by takacs9790.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Invalid value export’ is closed to new replies.