Splitting piped values
-
Hi. I have followed the instructions on https://cfdbplugin.com/?page_id=804 to split piped fields in ContactForm. Testing shows that it’s almost working – I see the field split as expected in cfdb, however, the value that it’s giving is incorrect.
For example, I have something like:
location1|[email protected]
location2|[email protected]
location3|[email protected]
location4|[email protected]
location5|[email protected](note the repetition in use of the email addresses – which I think may be the problem).
When the user submits location5, cfdb incorrectly shows “location2”. How can I adapt the code on https://cfdbplugin.com/?page_id=804 to make it work for this scenario?
- The topic ‘Splitting piped values’ is closed to new replies.