CSV Export Field
-
I have Contact Form 7 and Flamingo plugins set up on my website. In one of my forms I have a select box that emails a different user based on the selection they chose.
The code in my Form looks something like this:
[select* menu-900 “Option One|email01@address.com”
“Option Two|email02@address.com”
“Option Three|email03@address.com”
“Option Four|email04@address.com”]All this is working good until the file is exported as a CSV from the Flamingo Inbound Message section. In the report under the column menu-900 it shows all the email address there and not the options the user selected on the form. So if the user selected the first option, in the report it shows email01@address.com instead of Option One.
Any idea how to update the CSV so it shows the selected value instead of just the email?
The topic ‘CSV Export Field’ is closed to new replies.