Quantcast
Channel: contact form 7 – WordPress.org Forums
Viewing all articles
Browse latest Browse all 9540

zaus on "[Plugin: Forms: 3rd-Party Integration] More than 1 CF7 value to 1 3rd party field"

$
0
0

In the faq:

I need to submit multiple values as...
By default, if more than one value appears in the post request for the same field/key, they will be joined by the 'separator' value like &post-values=a,b,c.
However, if you use [] as the separator it will instead create multiple keys like &post-values[]=a&post-values[]=b&....
Use [#] to retain the numerical index: &post-values[0]=a&post-values[1]=b&...

Although now that I think of it I might not have exposed a setting to customize the delimiter. Please check and let me know if it's working for you.


Viewing all articles
Browse latest Browse all 9540

Trending Articles