wpdadiehard filtering with query string
-
Hi,
I am attempting to filter a wpdadiehard?form using query string parameters [[https://wywhockey.test/gamesheet/?scheduleID=24&visitorTeamID=24&homeTeamID=4]]. In my default where clause I have [[teamID =httpRequest[‘visitorTeamID’] and scheduleID = httpRequest[‘scheduleID’]]]
I can get it to work using the wpdataaccess?form, but not the wpdadiehard?form. Is this because wpdadiehard?does not support using query strings as static filters in the default where clause? If this is not supported, what are my options?
I do not think using wpda_search_column_paramName will work in this case because I have several forms on the same page and they need to use different parameters.
Thanks,
Harvey
- The topic ‘wpdadiehard filtering with query string’ is closed to new replies.