Filter Tables

Home Forums Quform WordPress Filter Tables

This topic is: resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12490
    ronisdom
    Participant

    Hi,

    I have a large amount of forms in multiple languages – is there any way I can arrange the tables my ID or name?

    Is this something that would be quick to create. It’s a small change I know but would make my life 1000 times easier.

    Hope you can help.

    #12530
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #12539
    ronisdom
    Participant

    Hi Ally

    Yes I am using the latest version. My problem is that I am creating forms in 3 languages so the title names start either EN – FR – DE. I need a way of been able to filter the titles so I can arrange them alphabetically.

    Is there any way this is possible? It would be a huge help as I have over 50 forms.

    Thank you

    #12546
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #12549
    ronisdom
    Participant

    Hi,

    Thank you for your quick reply but unfortunately when I add the code into the specified area it breaks my wordpress site completely.

    $active = isset($_GET['active']) ? absint($_GET['active']) : null;
    $forms = iphorm_get_all_form_rows($active);

    if (count($forms)) {
    $tmp = array();
    foreach ($forms as $tmpRow) {
    $tmpConfig = unserialize($tmpRow->config);
    $tmp[$tmpConfig['name']] = $tmpRow;
    }
    uksort($tmp, 'strcasecmp');
    $forms = $tmp;
    }

    include IPHORM_ADMIN_INCLUDES_DIR . '/forms.php';
    }

    add_action('auth_redirect', 'iphorm_preview');

    /**
    * Hook for previewing a form

    Any ideas why this isn’t working?

    Thank you

    #12550
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #12551
    ronisdom
    Participant

    Thanks for this, not sure what had happened there but it’s working now.

    Much appreciated

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy