joanng
Forum Replies Created
-
Forum: Plugins
In reply to: [URL Params] Array as a parameterJeremy – i wanted to circle back with you on this to get your thoughts.
Here is a sample URL:
http://www.myurlexample.com?services=PhysicalIf I use this call from your plug-in:
[ifurlparam param=”services%5B%5D” is=”Physical”]Physical[/ifurlparam]
I get a blank response.However, if I use this call:
[ifurlparam param=”services” is=”Physical”]Physical[/ifurlparam]
I get back the response “Array”So, it’s as if some array element is getting passed back in the URL and if I don’t use the brackets, the response is just the word “array”, but if I insert the %5B%5D codes for bracket, it gives me a blank. How do I get the word “Physical” returned?
JoAnn
Forum: Plugins
In reply to: [URL Params] Array as a parameterThe bracket is getting removed from the URL parameter. the URL being passed has the physical open and close brackets on them – service[]
Forum: Plugins
In reply to: [URL Params] Array as a parameterThanks for the response Jeremy. Let me update my question.
Here’s a sample URL:
http://www.myurl.com?services%5B%5D=PhysicalThis is the call I have:
[ifurlparam param=”services%5B%5D” is=”Physical”]Physical[/ifurlparam]It’s giving me a blank. If I remove the %5B%5D brackets, and just have services, the response is “Array”
Any insights? Thanks.
JoAnn