We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Dear SupportTeam,
I'm collecting data on my WP-website with "Contact Form 7". These data (guest lists) were stored in the WP-database via the Plugin "Advanced CF7 DB".
I managed to show the stored data with "wpDataTables". Therefor I had to use a pivot query in mysql.
Is there a better way to to this?
I enabled the editing function in "wpDataTables", but I always get errors, when I tried to store changed data: "Unknown column", "Error while trying to save the table!" Probably this is coused by the pivot query.
Is there any posibility to edit data from contact forms (generated by "Contact Form 7" and stored by an plugin) with "wpDataTables"?
I hope there is any solution. Otherwise I buyed "wpDataTables" unsuccessfully.
Best wishes, Godwin
Hello Godwin.
Thank you for your purchase.
Please note that MySQL query constructor is not an ‘ultimate generator’, it should be treated as helper for constructing a suggestion of a query, by trying to ‘guess’ what you want. We are constantly working to improve it, but SQL is such a complicated and flexible language that fully automating the process for constructing queries is hardly possible. Consequently, the more complicated your request is, the higher is the probability that it will not return exactly what you need.
Now, what you can try is to create the copy of that table in PHPMyAdmin. Something like this:
And then, when you create a table in wpDataTables, you are using a simple query:
Please try this and let me know if the outcome is more responsive.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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 Aleksandar,
Thanks fou your answer. By your suggestion I chose a different solution.
I wrote an simple action hook for contact form 7, wich creates a table in an usable structure.
A simple query in wpDataTables now works perfect whith the database table:
Greate! Thanks fou your suggestion.
Best regards,
Godwin
Hello Aleksandar,
I habe a new problem: When useing wpDataTables to display the data, I got 10 warnings like this:
I`m running PHP 7.3. What is the solution to fix this. I could manualy cange all "continue" commands to "break". Is there a simpler solution? I appreciate your help with this.
Best regards,
Godwin
Hi Godwin.
These should be just warnings, and should not affect the table or data in it in any way. Can you please confirm this?
I will forward the issue to our development team, so they can look for a fix.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Hi Aleksandar,
yes, just warnings. They don't affect the table or data.
The warning is caused by PHP version 7.3. The "continue" command ist deprecated.
Best regards.
Right, Godwin, I see.
Yeah, that has already been forwarded to our development team, and they are looking for a fix for one of our next releases.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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