Trouble accessing Array Params
-
Hello,
I’m forced to use array params with plug-in wpDataTables and while it’s working fine for the grid, I’m not able to get the parameter values to display on the page. I’ve tried a couple of ways to no avail. I’ve also tried with single and double quotes…
Any suggestions? What am I doing wrong?
This shortcode:
[ifurlparam param="wdt_column_filter"]Filtered for: [urlparam param="wdt_column_filter%5BSubmittedByName%5D"][/ifurlparam]Results in this output:
Leads filtered for:
This shortcode:
[ifurlparam param="wdt_column_filter"]Filtered for: [urlparam param="wdt_column_filter[SubmittedByName]"][/ifurlparam]Results in this output:
Leads filtered for: “]
Thanks!
John
The topic ‘Trouble accessing Array Params’ is closed to new replies.