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?
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.
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