Our developers isolated this bug and they released a new Update for our 'Gravity Forms integration for wpDataTables' add-on Version 1.7.1 with the fix.
Can you please update the Gravity Integration Add-on to the latest version then refresh the Page and it should be fixed?
Edit the file with any Code Editor of your choice, then find this via CTRL+F :
public static function editModalConstruct
You will find this close to line 1350 :
public static function editModalConstruct($form, $hasCaptchaField)
{
ob_start();
include \GFCommon::get_base_path() . '/entry_detail.php';
include \GFCommon::get_base_path() . '/form_display.php';
include WDT_GF_ROOT_PATH . 'templates/edit_modal.php';
echo ob_get_clean();
wp_die();
}
We are basically changing all the "include" lines to "include_once", so now it should look like this :
Save your changes in this PHP file and this should fix the Editing issue.
-
Or if you just wish to overwrite that PHP file without having to edit the Code, i am sending you an attachment of this edited wdt-gravity-integration.php.
Extract it from my zipped folder, then overwrite it via FTP or Hosting File manager in the same path :
You are right - We still did not add the Patch Notes about the latest Gravity Add-on integration, and our developers already released it with the fix.
We are going to rectify that and going to add the Update Notes for Gravity Add-on 1.7.3 as soon as possible while adding the patch note about this fix there.
Thanks for pointing that out.
I am delighted to hear that this has been resolved.
Anything else that we could assist with, please don't hesitate to create new tickets.
I buy gravity form extenstion, but unable to use editing feature in table, please guide me for the same and resolve the issue.
Hello,
Our developers isolated this bug and they released a new Update for our 'Gravity Forms integration for wpDataTables' add-on Version 1.7.1 with the fix.
Can you please update the Gravity Integration Add-on to the latest version then refresh the Page and it should be fixed?
Thank you.
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
Nothing worked, i have latest version but nor working.
Having the same issue, front and backend editing not possible
Hi,
Sorry for the waiting time.
We don't work on weekends so it adds two days to the waiting time.
we appreciate your patience.
That is strange.
If you have the latest wpDataTables 5.8.2 and the latest Gravity add on 1.7.1 it should be fixed.
But here is how you can try a manual fix.
Here are the instructions, if you wish to try this yourself, or if you want us to do it for you, let me know.
Find this PHP file in the path ( via FTP or Hosting File manager) :
..\wp-content\plugins\wdt-gravity-integration\wdt-gravity-integration.php
Edit the file with any Code Editor of your choice, then find this via CTRL+F :
You will find this close to line 1350 :
Change this highlighted part to this :
We are basically changing all the "include" lines to "include_once", so now it should look like this :
Save your changes in this PHP file and this should fix the Editing issue.
-
Or if you just wish to overwrite that PHP file without having to edit the Code, i am sending you an attachment of this edited wdt-gravity-integration.php.
Extract it from my zipped folder, then overwrite it via FTP or Hosting File manager in the same path :
..\wp-content\plugins\wdt-gravity-integration\wdt-gravity-integration.php
Let me know if that fixes it for you.
Thanks.
Attached files: wdt-gravity-integration(1.7.1 Edit Fix).zip
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
Thanks Milos,
Manually download Gravity add on 1.7.3 as auto update was only showing 1.7.1.
Problem solved, and all seems to be working as required.
Regards Andrew
Hi Andrew,
You are right - We still did not add the Patch Notes about the latest Gravity Add-on integration, and our developers already released it with the fix.
We are going to rectify that and going to add the Update Notes for Gravity Add-on 1.7.3 as soon as possible while adding the patch note about this fix there.
Thanks for pointing that out.
I am delighted to hear that this has been resolved.
Anything else that we could assist with, please don't hesitate to create new tickets.
Have a great day!
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