As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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