How to get label from PIPE?
-
Contact Form 7 has a feature called PIPE when you want to have one value to be shown to user and another to be sent to mail (you can check it here). For example:
[select your-recipient "CEO|[email protected]" "Sales|[email protected]" "Support|[email protected]"]
The value sent to mail will be sent to webhook (the mail address in this example).
But I want to get the label values.
You can use RAW values.
CF7 provides you with RAW values on mail tags:
[_raw_{field name}]
(“raw_your-recipient” in this example) so you can add it to Special Mail Tags section on webhook tab.
- You must be logged in to reply to this topic.