how to send special mail tags? #41
Unanswered
dfstudioit
asked this question in
Q&A
Replies: 1 comment
-
|
Hello @dfstudioit @kennym, I am facing the same issue with post related fields (_post_id and _post_url) https://contactform7.com/special-mail-tags/#post-related Below my json. Everything works except those _post* fields. { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, this plugin is very helpful.
[{ "cognome" : "[cognome]", "nome" : "[nome]", "telefono_fax" : "[cellulare]", "nota" : "[caf][_remote_ip]"}]
This is the json template i send to an address, and this is what i see in debug
[{ "cognome" : "xxxxx", "nome" : "xxxxxx", "telefono_fax" : "0123456789", "nota" : "caf001"}]
Why i don't see remote ip conversion?
Beta Was this translation helpful? Give feedback.
All reactions