Get value from pipes field in wpcf7_mail_sent
-
Does anyone know how to get the value from a pipes field, example:
[select menu-553 “option 1 $5.99 | 5.99” “option 2 $6.99 | 6.99”]
I want the variable name for the values 5.99 or the 6.99 in the wpcf7_mail_sent hook. The post value only contains “option 1 $5.99”.
I tried this on a longshot:
echo $_POST[‘_raw_menu-553’];
but it is not defined. Which makes sense as it is not being posted.
Thanks,
Scott
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get value from pipes field in wpcf7_mail_sent’ is closed to new replies.