I created a table on my website linked to a table in my "mysql" database.
Everything works fine, but the only problem is when the user tries to edit any field inside the table. It was supposed to update the data in my database, but it returns the following error message and does not update the value: Error! There was an error trying to insert a new row!
I am able to delete a row, but not able to edit (update) any cell within the table.
Please provide me a temporary WP-admin login 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 resolve the issue. 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 party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me to the table ID so I can take a look.
Unfortunately it is not possible to create a editable table from this format with MySQL based wpDataTables.
You could create wpDataTable from PHP serialized array but you will have to create some PHP script that will transform this data into PHP serialized array first.
Also we do not have integration with WPForms at the moment, we made addons for Gravity and Formidable integration for wpdatatables.
I created a table on my website linked to a table in my "mysql" database.
Everything works fine, but the only problem is when the user tries to edit any field inside the table. It was supposed to update the data in my database, but it returns the following error message and does not update the value: Error! There was an error trying to insert a new row!
I am able to delete a row, but not able to edit (update) any cell within the table.
Could someone help me please?
HI Ramon,
Thank you for your purchase.
Please provide me a temporary WP-admin login 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 resolve the issue. 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 party. You can write credentials here just check Private Reply so nobody can see them except us.
Also point me to the table ID so I can take a look.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Ramon
Can you please tell me is this table wp_wpforms_entries created from some form plugin?
Best regards.
Kind Regards,
Miloš Jovanović
[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
Yes, it is. It was created with WPForms.
Hi Ramon,
The problem is that WPforms save the data collected in the form in one field. For example like this:
{"1":{"name":"Name","value":"Kevin","id":1,"type":"text"},"2":{"name":"Email","value":"[email protected]","id":2,"type":"text"},"3":{"name":"Phone","value":"111222333","id":3,"type":"text"}}
Unfortunately it is not possible to create a editable table from this format with MySQL based wpDataTables.
You could create wpDataTable from PHP serialized array but you will have to create some PHP script that will transform this data into PHP serialized array first.
Also we do not have integration with WPForms at the moment, we made addons for Gravity and Formidable integration for wpdatatables.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Ramon,
You are welcome.
Happy new year and best wishes.
Kind Regards,
Miloš Jovanović
[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