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!
Now I use Gravity Forms to register new custom users. The forms use (minimum) tables [tableindex]_gf_entry and [tableindex]_gf_entry_meta, and for user registration, the data is also copied to [tableindex]_users and [tableindex]_usermeta
Is there an example where I can use wpDatatables to list, update and delete users safely without destroying WordPress?
Hi iserv_computing,
Thank you for your purchase.
Sorry but I did not quite understand what are you trying to achieve can you please describe me more.
As I understand you are collecting data from the Gravity forms and want to display it in our table?
If that is the case my suggestion is to take a look at our Add-on on this link and see if it will fit your requirements.
Also please keep in mind that there are some limitations.
Best regards.
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
Gravity Forms is used to insert new data, but I would like to use wpDatatables to list, edit and delete wordpress users (don't know if it's important to delete data from the tables that Gravity Form use). Most importantly, users are changed with wordpress function wp_update_user and deleted with wordpress function wp_delete_user, but this is wanted to be enabled from the wpDatatables plugin somehow.
However, it is important to mention that my data from Gravity Forms is linked to wp_wpdatatable_X tables, so think that data from Gravity Forms is not what you should focus on.
New users, however, are added to the wp_users and wp_usermeta tables as normal when new users are created, and are performed by the wordpress function wp_insert_user.
Hi iserv_computing,
Sorry for late response but we did not work yesterday due to national holiday.
Can you please tell me did you try to make an editable table and use this feature and all other pages for front-end table editing section.
Best regards.
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