Forum Discussion

Re: Post Multiselect Values From Webform

Hi Matthew, it's posting arguments through a php POST using the Wordpress Ninja Form plugin. I'm not sure if I'll be able to modify the plugin to post differently, but I might be able to map differently. The _fid_7 field is a multselect field. Looks something like:

 ([_fid_6] => ValueFromTextField
[_fid_7] => Array ( [0] => AF [1] => SQ [2] => AR ))

I can use Zapier to map it, but it's not great since Zapier forces you to enter each option manually and everything runs together in the call without any separators (will look like AFSQAR). I have another post where I figured out eliminating Zapier, but I just realized multiselect fields don't work. Any thoughts?
No RepliesBe the first to reply