Map to raw value of pipe selection
-
Hello,
I’m using the WPCF7_USE_PIPE feature to include both a publicly displayed value and a hidden value in a select field. I need to use both halves of the value pairs in the submitted form.
[select* location include_blank "place1|email1" "place2|email2"]
Based on the user’s selection, I use the pipe selection in the mail configuration to send the form to the correct recipient (
[location]
= email). However, I also need to use the raw text before the pipe as information submitted in the form ([_raw_location]
= place). This works in mail fields – I can use both/either. Since I can’t edit the source form fields in the Form Field Mapper, I’m having trouble figuring out how to map this. Is there a way I can map the raw value before the pipe to a PDF field?Thanks for the great tool!
- The topic ‘Map to raw value of pipe selection’ is closed to new replies.