Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Accessing RSJoomla Forms data
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Accessing RSJoomla Forms data
*
#33326
Re:Accessing RSJoomla Forms data 11 Years, 6 Months ago Karma: 748
Hello,

Could you send SQL dump of #__rsform_submission_values table by email?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36030
Re:Accessing RSJoomla Forms data 11 Years, 3 Months ago Karma: 0
Hi -

I am using rsforms and what I am trying to accomplish is to have a dynamic sql statement generated and to have the data presented based on user input as illustrated in attached.

As an example, if end user selected "Italian" in cuisine drop down box, only those restaurants meeting selection criteria would be displayed.

Thr dropdown boxes are all prepopulated via rsforms SQL statement.

Thanking you in advance for your assistance with this issue.
Last Edit: 2013/01/25 04:25 By tmediacom.Reason: resize image attachment
The administrator has disabled public write access.
 
#36037
Re:Accessing RSJoomla Forms data 11 Years, 3 Months ago Karma: 748
Hello,

You can read how to show data from "RS Form" extension here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36063
Re:Accessing RSJoomla Forms data 11 Years, 3 Months ago Karma: 0
Hello and thank you for your reply to my posting.

I'm not quite sure that I have explained what I am trying to accomplish clearly,or Perhaps I am not understanding your response.

What I want 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)
(whatever user selected in RSforms City 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.

Thanking you in advance for any assistance you may provide towards the resolution of this issue.
The administrator has disabled public write access.
 
#36075
Re:Accessing RSJoomla Forms data 11 Years, 3 Months ago Karma: 748
Find the answer here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#36186
Re:Accessing RSJoomla Forms data 11 Years, 3 Months ago Karma: 0
How to display
"FieldName" as header table and
"FieldValue" as content of FieldName

Table A using the source
-------------
SELECT
FieldName,
FieldValue
FROM
#__rsform_submission_values
WHERE FormId = 1
AND
FieldName IN ('Nama','Email','About','Message')
ORDER BY SubmissionId DESC
---------------

From Table A to Table B




Thanks..
Last Edit: 2013/01/29 12:48 By adeend.
The administrator has disabled public write access.
 
Go to topPage: 123