I am playing with Confiforms multiselect fields and was wondering how to access members in that array so that I can pass them to another IFTTT service url as parameter. See the example below:
Is it possible to turn off this unnecessary character transformation?
If not, then how can I access element one by one and fire a lot of IFTTT actions depending on the size of multiselect if this is not possible?
Hi
Before sending the request to your service the parameters get URL encoded. This is what happens. Why this is a problem?
Alex
the consumer of API doesn't like percentage signs :) Is it possible to turn off this encoding?
I would like to use multi-select values and each second value start with "&name=". E.g. item1&name=item2&name=item3.
This construct is done by [entry.multi.transform(label).join(&name=)] and would like that won't be transformed to %%%% in REST URI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We need to properly URL encode the URLs before doing the requests - this is the way it works.
And you need to url decode the parameters on your consumer service. Just like everybody does
At the moment there is no way to "turn this off", sorry
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.