kennym / cf7-to-api

LOOKING FOR MAINTAINER. Wordpress plugin to transmit contact form 7 entries to remote API using POST or GET
https://wordpress.org/plugins/cf7-to-api-basic-auth/
52 stars 30 forks source link

Special Mail Tags not working #15

Closed Zetanova closed 3 years ago

Zetanova commented 4 years ago

Special mail tags of wp cf7 are all empty: https://contactform7.com/special-mail-tags/

Tested with [_serial_number] and [_post_id]

kennym commented 4 years ago

@Zetanova did your latest PR fix that?

Zetanova commented 4 years ago

@kennym it is a different issue, cf7 provides the values. Maybe they are in an other collection or they are inserted/replaced in the next hook

Currently they placeholders get removed with an empty string, because they key is not found in $submited_data[$form_key]

kennym commented 4 years ago

Feel free to submit a PR, if you think you can fix that! :-)

Zetanova commented 4 years ago

i want only to report it.

I dont have (don't want) the knowledge of the cf7 plugin to resolve it.