How can I to create a statistics graph obtaining data from a form?
SOLVE
Hi EveryOne
I would like to know how can I to create a graphic to statistics or something like that in a landing page obtaining data from a form on another landing page?
I would like to obtain the total number of times a user adds reference data for our company.
Assuming that you know how to fetch the required data and make it available as something consumable like JSON on the landing page. You could use a JS library like Chart.js to render a graph/chart.
Assuming that you know how to fetch the required data and make it available as something consumable like JSON on the landing page. You could use a JS library like Chart.js to render a graph/chart.