I made a form in Formidable forms plugin and connected it to a wpDatatables.
One of my fields is a multi choice text field, and I would like to display it in a pie chart, but unable to since I am required to choose 2 fields for it to work.
How can I workaround it?
For example, I have a field called City with the following rows of data: 3 X London, and 2 X Paris
And I wish to display a chart with 60% London and 40% Paris.
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
- I would like to see how the table that you created from the form looks from the WP Admin back-end of our plugin, and then we will brainstorm this for you, hopefully, we come up with a working solution.
Please provide me with a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and try to create a solution.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
I thought it was a simple support question, but it seems we need a deeper dive.
Steps to replicate this issue (without the need for an admin user in our system)
1. Create a Formidable form with one multi-select field.
2. Submit the form with a few answers.
3. Create a wpChart that display a Pie chart distribution of the above answers.
How do you do that?
Unfortunately, I am starting a two week vacation, so I will not be able to continue the discussion about this issue at the moment. so please do not close this issue, and I will get back to you as soon as I am back.
We had a national holiday, which has slowed down our usual pace of work. I am double-checking with the developers just to make sure we can create a solution exactly for this specific scenario with a multi-select field from a Formidable form, and I will get back to update you as soon as they respond.
We will not close the ticket. Even if that happens automatically, as soon as you respond back to us, the ticket re-opens, so, we will be active on it for you.
Hello support,
I made a form in Formidable forms plugin and connected it to a wpDatatables.
One of my fields is a multi choice text field, and I would like to display it in a pie chart, but unable to since I am required to choose 2 fields for it to work.
How can I workaround it?
For example, I have a field called City with the following rows of data:
3 X London, and 2 X Paris
And I wish to display a chart with 60% London and 40% Paris.
Hi, Nadav
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
- I would like to see how the table that you created from the form looks from the WP Admin back-end of our plugin, and then we will brainstorm this for you, hopefully, we come up with a working solution.
Please provide me with a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and try to create a solution.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello TMS support,
I thought it was a simple support question, but it seems we need a deeper dive.
Steps to replicate this issue (without the need for an admin user in our system)
1. Create a Formidable form with one multi-select field.
2. Submit the form with a few answers.
3. Create a wpChart that display a Pie chart distribution of the above answers.
How do you do that?
Unfortunately, I am starting a two week vacation, so I will not be able to continue the discussion about this issue at the moment. so please do not close this issue, and I will get back to you as soon as I am back.
Thank you for your patient.
Best regards,
Nadav
Hi, Nadav.
My sincere apologies for such a long wait time.
We had a national holiday, which has slowed down our usual pace of work. I am double-checking with the developers just to make sure we can create a solution exactly for this specific scenario with a multi-select field from a Formidable form, and I will get back to update you as soon as they respond.
We will not close the ticket. Even if that happens automatically, as soon as you respond back to us, the ticket re-opens, so, we will be active on it for you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hey, Nadav.
- Here is what we came up with.
Considering that pie charts can't have more than two columns... For example, if you'd like something like this - 40% Paris, 60% London,
you would have to make a column where the cities are, and the other column holding the values.
- Multiselect text field can be used for "Cities" column, but then you would have to insert an integer column that will always have "1" as a value.
Then you would have rows like this :
"London" in the first column ( Cities), "1" in the second (integer) column; ( three rows like that)
"Paris" in the first column ( Cities), "1" in the second (integer) column; ( two rows like that)
- And the pie chart would present the sum with the numbers, if you enable "Grouping", as shown on the screenshots.
Let me know if that is what you need. Thanks.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables