Oct 6th, 2011, 2:49 PM
Hello,
I want to create a page in my multi page form which will graph some of submitted information. I am using version 2.1.2
I saw the google graph function here which I want to use
http://code.google.com/apis/chart/
and in their example code they have a sections similar to this
data.addRows([
['Mushrooms', 3],
['Onions', 1],
['Olives', 1],
['Zucchini', 1],
['Pepperoni', 2]
]);
Is there a way to replace mushroom with a name submitted on previous form, and replace the number 3 with a number submitted on a previous form?
Any information would be greatly apreciated.
I want to create a page in my multi page form which will graph some of submitted information. I am using version 2.1.2
I saw the google graph function here which I want to use
http://code.google.com/apis/chart/
and in their example code they have a sections similar to this
data.addRows([
['Mushrooms', 3],
['Onions', 1],
['Olives', 1],
['Zucchini', 1],
['Pepperoni', 2]
]);
Is there a way to replace mushroom with a name submitted on previous form, and replace the number 3 with a number submitted on a previous form?
Any information would be greatly apreciated.