Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Sorry… Now it is not possible by default plugin. But we can add by custom code.

            global $wpdb;
       $form_post_id = 44; // contact form Id.
            $table_name = $wpdb->prefix.'db7_forms';
    
        $results    = $wpdb->get_results( "SELECT * FROM $table_name WHERE form_post_id = $form_post_id LIMIT 0,10", OBJECT );
    mmaacciieekk

    (@mmaacciieekk)

    Arshid,

    Where I can add this code? Could you write more about this?

    Thank You in advance!
    Maciek

    Would love to see this as an add-on for NON-CODER guys like me .. =)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Show data’ is closed to new replies.