Hello -
What I am attempting to accomplish is to retrieve and display data from a table based on user input to RSforms drop down box not the RSforms values that the user selected.
An example of a Query:
SELECT
CompanyName,WEB
FROM sheet4
WHERE
City = (whatever user selected in RSforms City dropdown box)
AND
cuisine = (whatever user selected in RSforms Cuisine dropdown box)
Also, if user does not make any selections from RSForms dropdown box(s), then retrieve all records.
I have purchased both Ari SmartContent and DataTables products as I believe your last response was based on Ari DataTables at posting
www.ari-soft.com/ARI-Data-Tables/31680-Accessing-RSJoomla-Forms-data/Page-2.html.
I wasn't sure which forum (SmartContent or DataTables) this should be posted to.
Thanking you in advance for any assistance you may provide towards the resolution of this issue.