• Resolved jlindner1

    (@jlindner1)


    When including a Forminator ‘Address’ field in a Group field and you attempt to include that group in the tables data, the table will fail to generate. Removing the address field allows the group to properly be included in the newly created table from the Forminator data.

    Is this a known issue, or are there workarounds for this?

    My site is using the most recent version of the Forminator, wpDataTable, and the wpDataTables integration for Forminator Forms plugins

    • This topic was modified 1 year, 9 months ago by jlindner1.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    ?Hello.

    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.

    Thank you for reporting this behaviour.
    We are able to reproduce it on our Testing Site,
    as you described – if we include the Adress Field nested in a Group Field,
    our connected table causes an error 500,
    while if we use the Adress field outside of Group Field,
    then the table is fine.

    Our developers isolated the bug, and they’ll add it to their queue for fixing.

     They will do their best to build a fix as soon as possible.

    ?We?don’t have an exact ETA on when the fix will be available, but please keep a lookout on our wpDataTables?changeLog.

    It will be stated there during updates which bug fixes have been implemented at each update.
    Thank you again for reporting this issue.
    Kind regards.

    Thread Starter jlindner1

    (@jlindner1)

    Thank you very much for your response, I will keep an eye out for the fix to be implemented.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hello.
    You’re welcome, we are happy to advise.

    My apology, i just sent you the wrong ChangeLog page – that one is for notes on our Premium wpDataTables Plugin,
    but we meant to send you this ChangeLog Page, where you can see the patch notes for updates of the add-on “wpDataTables integration for Forminator Forms”.
    It is basically just on the main page, and to the “Development” tab there, on this URL.
    Of course, please don’t hesitate to create new posts if you notice anything else we might help with, or have any other question.
    Thank you.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hello.
    Just following up, we are happy to report, our developers have made a fix for this issue, which will be included in the next Update.

    If you wish to try it now,
    you can edit the code in this file ( via FTP or Hosting File Manager, you will find it in the following path) :
    ..wp-content/plugins/wpdatatables/source/class.wdttools.php

    around line 1168 , find this piece of code :

    private static function slugify($text)

    and replace it with this :

    public static function slugify($text)

    That should fix the issue, let us know how it goes,
    and also, of course, you can still follow our ChangeLog for the wpDataTables integration for Forminator Forms, to double-check if we added it in the next Update.
    Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Address field nested in group field breaks table’ is closed to new replies.